:root {
  --font: "Open Sans", Arial, sans-serif;
  --font-size: 14px;
  --text: #555555;
  --heading: #444444;
  --bg: #ffffff;
  --header: #e9e9e9;
  --nav: #384767;
  --nav-hover: #4c6aa2;
  --nav-current: #455474;
  --accent: #6493da;
  --link: #444444;
  --footer: #292929;
  --footer2: #3f70ba;
  --sfooter: #3a6bb5;
  --teal: #72a6af;
  --wrap: 1000px;
  --header-wrap: 1020px;
}

html {
  font-size: 14px;
  line-height: 1.8;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
  background: #fff;
  padding: 8px;
  z-index: 99;
}

#header {
  background: var(--header);
}

#masthead {
  position: relative;
}

#branding {
  height: 180px;
  position: relative;
  overflow: hidden;
}

#header-container {
  max-width: var(--header-wrap);
  margin: 15px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

#logo img {
  width: 250px;
  height: auto;
  display: block;
}

#header-widget-area {
  position: absolute;
  right: 0;
  top: 5px;
  width: 33%;
  height: 100%;
  padding: 40px 20px 20px 40px;
  box-sizing: border-box;
  background: url("/assets/img/mapa-mundo.png") center center / contain no-repeat;
  color: #4d4c4e;
  z-index: 2;
}

.header-contact {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4d4c4e;
  font-size: 14px;
}

.header-contact a {
  color: #4d4c4e;
}

.header-contact span {
  display: inline-flex;
  width: 15px;
  height: 15px;
}

.header-socials {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.sow-social {
  width: 2em;
  height: 2em;
  border-radius: 0.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.1em 0.1em 0.1em 0;
}

.sow-fb {
  background: #3a5795;
  border: 1px solid #3a5795;
}

.sow-ig {
  background: #3d739c;
  border: 1px solid #3d739c;
}

#nav-toggle {
  display: none;
  width: 48px;
  height: 40px;
  margin: 8px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: relative;
}

#nav-toggle span::before,
#nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

#nav-toggle span::before {
  top: -7px;
}

#nav-toggle span::after {
  top: 7px;
}

#access {
  background: var(--nav);
  margin-bottom: -13px;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
}

#prime_nav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  display: flex;
}

#prime_nav a {
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 1.6;
}

#prime_nav a > span {
  display: block;
  padding: 25px 25px;
  text-transform: uppercase;
}

#prime_nav li.current {
  background: var(--nav-current);
}

#prime_nav li:hover {
  background: var(--nav-hover);
}

main {
  margin-top: 5px;
}

.hero-slider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #111;
  aspect-ratio: 1920 / 800;
}

.hero-slider .slides {
  position: relative;
  height: 100%;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slider .slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slider .prev,
.hero-slider .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 64px;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.hero-slider .prev {
  left: 0;
}

.hero-slider .next {
  right: 0;
}

.sec-welcome {
  background: #fff url("/assets/img/bg-quem-somos.webp") center center / cover no-repeat;
  padding: 85px 0;
}

.wrap-1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.welcome-copy h1,
.orcamento-copy h1,
.page-title {
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
  color: var(--heading);
  margin: 0;
  padding: 20px 0;
}

.welcome-copy h1 span.light,
.orcamento-copy h1 span.light,
.clientes h2 span.light {
  font-weight: 300;
}

.welcome-copy h1 .brand {
  color: #384767;
  font-weight: 800;
}

.welcome-copy h1 .rest {
  color: #4c6aa2;
  font-weight: 800;
  font-size: 37px;
}

.welcome-copy p,
.orcamento-copy p {
  margin: 25px 0 0;
  max-width: 460px;
}

.saibaMais {
  display: inline-block;
  background: #384767;
  padding: 20px 40px;
  border: 3px solid #384767;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.4s;
  margin-top: 40px;
}

.saibaMais a {
  color: #fff;
}

.saibaMais:hover {
  background: #4c6aa2;
  border-color: #4c6aa2;
}

.sec-destaques {
  background: url("/assets/img/bg-destaques.webp") center center / cover no-repeat;
  padding: 150px 0;
}

.cards-home {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 20% 40%;
  gap: 0 15px;
  padding: 0 16px;
}

.produtos {
  background: #353235;
  padding: 12px;
  border-top: 4px solid transparent;
  transition: 0.4s;
}

.produtos h5 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  margin: 0 0 8px;
}

.produtos h5 span {
  color: #6493da;
  font-weight: 700;
}

.produtos hr {
  border: 0;
  height: 1px;
  background: #444344;
  margin: 0 0 12px;
}

.produtos img {
  display: block;
  width: 100%;
  height: auto;
}

.produtos:hover {
  border-top: 4px solid #6493da;
  filter: contrast(120%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.sec-orcamento {
  background: url("/assets/img/bg-clientes.webp") center center / cover no-repeat;
  padding: 40px 0;
}

.orcamento-copy h1 .brand {
  color: #384767;
  font-weight: 800;
}

.orcamento-copy p {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.clientes {
  background: #fff;
  padding: 40px 10px 80px;
}

.clientes h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 20px;
  color: var(--heading);
}

.clientes h2 strong {
  color: #384767;
  font-weight: 800;
}

.logo-slider {
  position: relative;
  overflow: visible;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px 8px;
  box-sizing: border-box;
}

.logo-viewport {
  overflow: hidden;
  padding: 18px 0 10px;
}

.logo-track {
  display: flex;
  align-items: center;
  will-change: transform;
}

.logo-slide {
  flex: 0 0 calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
  min-height: 120px;
  opacity: 0.5;
  transform: scale(0.7);
  transition: transform 300ms ease, opacity 300ms ease;
}

.logo-slide.is-center {
  opacity: 1;
  transform: scale(1);
}

.logo-slide img {
  max-height: 110px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  padding: 0;
  border: 0;
  background: transparent;
}

.logo-slider .prev,
.logo-slider .next {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.logo-slider .prev:hover,
.logo-slider .next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.logo-slider .prev {
  left: 4px;
}

.logo-slider .next {
  right: 4px;
}

.logo-dots {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 6px 0 0;
  padding: 0;
}

.logo-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #444;
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.logo-dots button.is-active {
  background: #8d8c8c;
}

#footer {
  background: var(--footer);
  color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footer-cols {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0 40px 70px;
  box-sizing: border-box;
}

.footer-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.footer-title.teal {
  color: var(--teal);
}

.footer-title span {
  color: var(--teal);
  font-weight: 700;
}

#footer p {
  color: #d8d8d8;
  margin: 0 0 12px;
  font-size: 14px;
}

#footer a {
  color: #ececec;
}

#footer a:hover {
  color: #fff;
}

#footer .ico {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

#footer2 {
  background: var(--footer2);
  color: #fff;
  text-align: center;
  padding: 35px 0 0;
}

#footer2-inside {
  display: block;
  margin: 0 auto;
}

.footermenu {
  display: table;
  margin: 0 auto;
  padding: 5px 12px 12px;
}

.footermenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.footermenu a {
  display: block;
  color: #fff;
  border: 1px solid #4e7fc9;
  padding: 6px 14px;
  margin: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.footermenu a:hover,
.footermenu a[aria-current="page"] {
  border-color: #6293dd;
  color: #fff;
}

#sfooter {
  background: var(--sfooter);
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 14px;
  margin-top: 20px;
}

.sfooter-ico {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #30394c;
}

.sfooter-ico:hover {
  background: #3f527a;
}

#toTop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.85);
  color: #888;
  cursor: pointer;
  display: none;
  z-index: 40;
}

#toTop.is-on {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#toTop:hover {
  color: #3f70ba;
}

.page-shell {
  padding: 40px 0 80px;
  background: #fff;
}

.page-shell .page-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.qs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.qs-copy p {
  margin: 0 0 1em;
}

.qs-copy p:first-of-type {
  margin-top: 40px;
}

.qs-photo {
  margin-top: 25px;
}

.qs-photo img {
  display: block;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

.gallery-item {
  transition: 0.4s;
  cursor: pointer;
}

.gallery-item:hover {
  outline-offset: -10px;
  outline: 3px solid #2d4568;
  filter: contrast(200%);
}

.mvv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

.mvv h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
  padding: 6px 15px;
}

.mvv .missao h3 {
  background: #2d4568;
}

.mvv .visao h3 {
  background: #51a8b1;
}

.mvv .valores h3 {
  background: #386aa5;
}

.mvv p {
  padding: 0 10px;
  margin: 25px 0 0;
}

.diferenciais {
  background: #415987;
  color: #fff;
  padding: 40px 0 90px;
  margin-bottom: -50px;
}

.diferenciais h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px;
}

.dif-grid {
  display: grid;
  gap: 30px 20px;
}

.dif-top {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
}

.dif-mid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.diferenciais article img {
  display: block;
  width: 72px;
  height: 65px;
  margin-bottom: 10px;
}

.diferenciais article p,
.dif-equip p {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.dif-equip {
  margin-top: 40px;
  max-width: 920px;
}

.servicos-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  margin-top: 20px;
}

.servico {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.servico img {
  width: 150px;
  height: auto;
  display: block;
}

.servico p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.servico .name {
  color: #384767;
}

.produtos-intro {
  margin-top: 25px;
}

.produtos-intro .hot {
  color: #ed5c25;
}

.produtos-logos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 20px 0 30px;
  max-width: 820px;
}

.produtos-logos .plus {
  font-size: 54px;
  color: #ed5c25;
  font-weight: 700;
  text-align: center;
}

.produtos-logos img {
  display: block;
  margin: 0 auto;
}

.produtos-tabelas img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.galeria {
  margin-top: 10px;
}

.wrap-galeria {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-projetos .page-title {
  text-align: center;
  font-weight: 700;
}

.page-projetos .projetos-intro {
  text-align: center;
  margin: 8px 0 24px;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 150px));
  justify-content: center;
  column-gap: 12px;
  row-gap: 16px;
  margin: 0 auto;
}

.galeria-grid figure {
  margin: 0;
  text-align: center;
}

.galeria-grid a {
  display: block;
}

.galeria-grid img {
  width: 150px;
  height: 150px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #cfcfcf;
  display: block;
  margin: 0 auto;
}

.galeria-grid figcaption {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin-top: 6px;
  min-height: 2.6em;
  color: #555;
}

.contato-form {
  margin-top: 10px;
}

.contato-form .row {
  display: flex;
  flex-wrap: wrap;
}

.contato-form input,
.contato-form select,
.contato-form textarea {
  border: 1px solid #ccc;
  border-color: #ccc #eee #eee #ccc;
  color: #555;
  font-family: inherit;
  font-size: 14px;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #fff;
}

.tam46,
.tam29,
.tam15,
.tam60,
.areadetexto,
.botaoform {
  margin: 1%;
}

.tam46 {
  width: 46%;
}

.tam29 {
  width: 29%;
}

.tam15 {
  width: 15%;
  padding: 3px 5px;
  color: #b0a4a4;
}

.tam60 {
  width: 60%;
}

.areadetexto {
  width: 96%;
  min-height: 180px;
}

.botaoform {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 22px;
  cursor: pointer;
}

.botaoform:hover {
  background: #f7f7f7;
}

.form-msg {
  margin: 12px 1%;
  min-height: 1.2em;
}

.archive-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}

.page-header .page-title-text {
  font-size: 22px;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.page-header span {
  border-bottom: 3px solid #6493da;
  padding-bottom: 8px;
}

.archive-item {
  padding: 18px 0 28px;
  border-bottom: 1px solid #eee;
}

.archive-item h2 {
  font-size: 18px;
  margin: 0 0 10px;
}

.archive-item h2 a {
  color: #444;
}

.continue-reading-link {
  display: inline-block;
  margin-top: 8px;
  color: #444;
  border: 1px solid #444;
  padding: 4px 12px;
}

.continue-reading-link:hover {
  background: #6493da;
  color: #fff;
  border-color: #6493da;
}

.post-meta {
  color: #c1c1c1;
  font-size: 13px;
  margin: 8px 0 18px;
}

.post-meta a {
  color: #c1c1c1;
}

.post-body p {
  text-align: justify;
  margin: 0 0 1em;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: 92vw;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.lightbox-close {
  top: 12px;
  right: 18px;
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-caption {
  color: #fff;
  margin: 10px 0 0;
}

@media (max-width: 1024px) {
  .cards-home {
    grid-template-columns: 1fr 1fr;
  }

  .logo-slide {
    flex-basis: calc(100% / 5);
    transform: scale(0.7);
  }

  .galeria-grid {
    grid-template-columns: repeat(4, minmax(0, 150px));
  }
}

@media (max-width: 800px) {
  #branding {
    height: auto;
    overflow: visible;
  }

  #header-container {
    flex-direction: column;
    align-items: center;
  }

  #header-widget-area {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding: 10px 20px 24px;
  }

  #nav-toggle {
    display: flex;
    align-items: center;
    background: var(--nav);
    width: 100%;
    height: 48px;
    margin: 0;
    padding-left: 16px;
  }

  #access {
    display: none;
    margin-bottom: 0;
  }

  #access.is-open {
    display: block;
  }

  #prime_nav {
    flex-direction: column;
  }

  #prime_nav a > span {
    padding: 14px 20px;
  }

  .welcome-grid,
  .qs-grid,
  .mvv,
  .servicos-cols,
  .footer-cols,
  .dif-top,
  .dif-mid {
    grid-template-columns: 1fr;
  }

  .cards-home {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec-welcome,
  .sec-destaques,
  .sec-orcamento {
    padding: 40px 16px;
  }

  .welcome-copy h1,
  .orcamento-copy h1,
  .page-title,
  .clientes h2,
  .diferenciais h2 {
    font-size: 32px;
  }

  .welcome-copy h1 .rest {
    font-size: 28px;
  }

  .produtos-logos,
  .servico {
    grid-template-columns: 1fr;
  }

  .galeria-grid {
    grid-template-columns: repeat(2, minmax(0, 150px));
  }

  .footer-cols {
    padding: 15px;
  }

  .tam46,
  .tam29,
  .tam60,
  .areadetexto {
    width: 90%;
  }

  .tam15 {
    width: 50%;
  }

  .logo-slide {
    flex-basis: calc(100% / 2);
    opacity: 1;
    transform: scale(1);
  }

  #footer {
    margin-top: 0;
  }

  .diferenciais {
    margin-bottom: 0;
  }
}

@media (max-width: 719px) {
  .areadetexto,
  .tam60,
  .tam46,
  .tam30,
  .tam29,
  .tam15,
  .botaoform {
    margin: 2%;
  }
}
