* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

.maxwidth {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner {
  padding: 100px;
}

@media screen and (max-width: 992px) {
  .banner {
    padding: 50px 16px;
  }
}

body,
h1,
h2,
h3,
p,
ul,
li,
a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

a:link a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  background: transparent;
}

a,
button {
  cursor: pointer;
}

body {
  font: "Montserrat";
  background: #fff;
}

ul {
  list-style-type: none;
}

header {
  max-height: 112px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  max-width: 1128px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.menu {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
}

.menu__logo {
  padding-right: 3.5rem;
}

.menu__link {
  padding: 15px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}

.menu__link li a {
  padding: 0 32px 0 0;
}

.menu__btn {
  display: flex;
  justify-content: space-between;
}

.menu__btn h3 {
  align-self: center;
  font-size: 1em;
  padding: 0 16px;
  font-weight: 500;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 8px;
  color: #fff;
  background: #2b3990;
  border: none;
  font-weight: 800;
  width: 204px;
  height: 48px;
}

.conteudo {
  display: flex;
  max-width: 1128px;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.conteudo-texto {
  max-width: 480px;
  margin-right: 96px;
}

.conteudo h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: left;
  color: #02051a;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  margin-top: 25px;
}

.conteudo p {
  padding-top: 16px;
  padding-bottom: 2em;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #4b4d59;
  line-height: 150%;
}

.conteudo button {
  color: #fff;
}

.img-conteudo img {
  max-width: 552px;
  max-height: 552px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.conteudo-secundario {
  width: 100%;
  height: 714px;
  background-color: #e9f3f7;
}

.bg-produtos {
  background-color: #e9f3f7;
  min-width: 100%;
  height: 90%;
  margin-top: 72px;
}

.conteudo-produtos {
  display: flex;
  justify-content: center;
}

.conteudo-produtos h2 {
  align-self: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  padding-top: 72px;
}

.conteudo-produtos p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 693px;
  color: #4b4d59;
  padding-top: 8px;
}

.bg-produtos:nth-child(2) {
  display: flex;
  align-items: center;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 480px;
  display: inline-block;
  box-shadow: 4px 8px 40px rgba(2, 5, 26, 0.16);
  background-color: #fff;
  justify-content: center;
  margin: 12px;
  border-top-right-radius: 16px;
  border-radius: 16px;
  margin-bottom: 72px;
}

.image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

/* Fix for icons in cards to prevent distortion */
.card-v .image img {
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.card-v .image.pg img {
  border:0;
  object-fit: contain;
  padding: 30px 0 0 0 !important;
  object-fit: contain;
  height: auto;
  max-height: 150px;
  object-position: center;
}

.card-2 {
  width: calc(50% - 12px) !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .card-2 {
    width: 100% !important;
  }
}

.title {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  color: #27aae1;
  font-size: 24px;
  line-height: 132%;
  /* height: 32px; */
  margin: 20px 0 8px 32px;
}

.title h3 {
  font-size: 18px;
  color: #2b3990;
}

.des {
  padding: 3px;
  padding-top: 0px;
}

.des p {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  color: #4b4d59;
  margin: 0 32px 24px 32px;
  margin-top: 0;
}

.des button {
  margin: 0 0 32px 32px;
  border-style: none;
  /* background-color: transparent; */
  background-color: #2b3990;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.diferenciais {
  display: flex;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: white;
  max-width: 1128px;
  margin: 0 auto;
}

.diferenciais h2 {
  flex: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  min-width: 300px;
}

.diferenciais h3 {
  color: #27aae1;
  padding-top: 24px;
  padding-bottom: 8px;
}

.diferenciais p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #4b4d59;
}

.descriçao-diferenciais {
  display: flex;
  padding-left: 96px;
}

.contato {
  display: flex;
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 50px
}

.contato-detalhes {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
}

.contato-detalhes button {
  background-color: transparent;
  border: transparent;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #27aae1;
}

.contato-detalhes h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 1rem;
}

.contato-detalhes p {
  max-width: 376px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4b4d59;
  margin-bottom: 1.4rem;
}

.contato-detalhes button {
  position: relative;
  text-align: end;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
}

.contato-detalhes button a {
  display: flex;
  font-size: 16px;
  align-items: center;
  padding: 0px 16px 0 0;
  margin-top: 20px;
  font-weight: 800;
}

.contato-detalhes button img {
  width: 42px;
  padding-right: 16px;
  margin-left: auto;
}

.contato-detalhes .sub {
  color: #4b4d59;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  margin-left: 46px;
  margin-bottom: 0;
}

form>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.inputContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;

  flex: 1;
}

.inputContainer input:hover {
  border-color: #27aae1;
}

.inputContainer label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 6px;
  color: #4b4d59;
}

input {
  min-width: 264px;
  height: 50px;
  padding: 10px;
  width: 100%;
  border: 1px solid #949494;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19, 5;
  color: #02051a;
}

textarea {
  width: 100%;
  border: 1px solid #949494;
  box-sizing: border-box;
  border-radius: 4px;
  height: 205px;
  color: #4b4d59;
  resize: none;
  padding: 10px;
}

.inputContainer button {
  width: 100%;
  border-radius: 8px;
  border: 0;
  background-color: #2b3990;
  color: white;
  font-weight: bold;
  height: 50px;
  outline: 0;
}

.formulario {
  margin-left: 203px;
}

footer {
  position: absolute;
  /* margin-top: 84px; */
  width: 100%;
  height: 200px;
  background: #2b3990;
}

.footerContainer {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

footer>div {
  max-width: 1128px;
  margin: 0 auto;
}

footer .pol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
}

.pol>div {
  display: flex;
  align-self: center;
}

.pol>div a {
  font-weight: 800;
  font-size: 1rem;
  line-height: 150%;
  color: white;
  display: flex;
  align-self: center;
}

.pol .btn {
  background-color: white;
  color: #2b3990;
}

.pol .btn a {
  color: #2b3990;
}

.pol>div a p {
  padding: 0 32px 0 17px;
}

.socials {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.socials div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.socials a {
  margin: 0 5px;
}

.socials a img {
  height: 30px;
}

.socials ul {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}

.socials ul li {
  margin: 0px 12px;
  color: white;
  font-weight: 800;
  font-size: 1rem;
  line-height: 150%;
}

/*------------Pagina Produto -----------*/

.titulo-produtos {
  background: linear-gradient(180deg,
      rgba(2, 5, 26, 0) 0%,
      rgba(2, 5, 26, 0.7) 100%),
    url(img/bg-header.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: block;
  width: 100%;
  height: 320px;
  display: flex;
}

.titulo-produtos h1 {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
  /* padding-top: 222px; */
  /* margin-left: 156px; */
}

.bg {
  background-color: #e9f3f7;
  min-width: 100%;
}

.content-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1128px;
}

.content {
  max-width: 696px;
  min-width: 250px;
  margin: 0 auto;
  justify-content: center;
}

.content ul {
  list-style-type: disc !important;
}

.content> :first-child {
  margin-top: 64px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.content div p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4b4d59;
}

.card-produtos {
  width: 336px;
  display: inline-block;
  box-shadow: 4px 8px 40px rgba(2, 5, 26, 0.16);
  background-color: #fff;
  justify-content: center;
  margin: 136px 0 136px 96px;
  border-radius: 16px;
  max-height: 300px;
  position: sticky;
  top: 50px;
}

.card-produtos> :first-child {
  color: #2b3990;
  font-weight: bold;
  font-size: 22px;
  line-height: 132%;
  text-align: center;
  margin: 50px 0px 15px 0px;
}

.card-produtos p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  max-width: 336px;
  text-align: center;
  color: #4b4d59;
  margin: 0 24px 24px 24px;
}

.card-produtos .btn {
  padding: 12px 24px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.content-produto {
  display: flex;
}

.content-produtos>div {
  color: #2b3990;
}

.content-produto div img {
  margin: 48px 0 24px 0;
}

.content-produto h4 {
  color: #27aae1;
  margin: 0 auto;
}

.content-produto div p {
  color: #4b4d59;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  width: 280px;
  margin: 8px 80px 12px 0;
}

.content-projetos {
  display: flex;
  justify-self: center;
  margin: 0 auto;
  max-width: 1128px;
  display: flex;
  align-items: center;
}

.content-projetos h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #02051a;
  width: 415px;
}

.gallery {
  max-width: 500px;
  /* max-height: 312px; */
  /* margin: 64px 0px 120px 0px; */
  padding: 25px;
  align-self: center;
  display: flex;
}

.gallery div {
  padding: 25px;
}

.gallery img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  border-style: none;
  margin-bottom: 15px;
  border-radius: 16px;
  box-shadow: 4px 8px 40px rgba(2, 5, 26, 0.16);
}

.content li {
  color: #2b3990;
  margin-left: 16px;
  font-weight: 800;
}

.content li::-webkit-details-marker {
  color: #2b3990;

  display: list-item;
}

.content li p {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #4b4d59;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 8px 16px;
}

.sobre div p {
  text-align: left;
  margin: 15px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4b4d59;
}

.sobre {
  width: 912px;
  margin: 0 auto 64px 0;
  justify-content: flex-start;
}

.sobre> :first-child {
  margin-top: 64px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.sobre h2 {
  margin: 56px 0 16px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #02051a;
}

.sobre p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  /* Grey */

  color: #4b4d59;
}

@media (max-width: 1200px) {
  .pol div {
    height: 100%;
    flex-direction: column;
    justify-content: inherit;
  }
}

@media (max-width: 920px) {
  footer {
    height: 500px;
  }

  .footerContainer {
    flex-direction: column;
    margin: auto 0;
  }

  .socials {
    align-items: center;
  }

  .socials div {
    flex-direction: column;
    margin-top: 1rem;
    width: 220px;
    align-items: flex-start;
  }

  .icones {
    flex-direction: row !important;
    justify-content: flex-start !important;
    margin-left: 10px;
  }

  .socials ul {
    display: block;
  }

  .socials ul li {
    margin-top: 10%;
  }

  .pol div button {
    margin-top: 20px;
  }
}

nav {
  display: flex;
  height: 70px;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}

nav .logo {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

nav ul li {
  margin: 0 5px;
}

nav ul li a {
  color: #02051a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

/* nav ul li a.active,
nav ul li a:hover {
  color: #2b3990;
  background: #fff;
} */

nav .menu-btn i {
  color: #2b3990;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 1000px) {
  nav {
    padding: 0 40px 0 50px;
    position: fixed;
  }
}

@media (max-width: 920px) {
  nav .menu-btn i {
    display: block;
  }

  .logo {
    min-width: 192px;
  }

  #click:checked~.menu-btn i:before {
    content: "\f00d";
  }

  nav ul {
    position: fixed;
    top: 50px;
    left: -100%;
    background: #fff;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }

  #click:checked~ul {
    left: 0;
  }

  nav ul li {
    width: 100%;
    margin: 40px 0;
  }

  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #click:checked~ul li a {
    margin-left: 0px;
  }

  nav ul li a.active,
  nav ul li a:hover {
    background: none;
    color: #2b3990;
  }
}

@media (max-width: 900px) {
  .titulo-produtos h1 {
    text-align: left;
  }

  .conteudo-produtos h2 {
    font-size: 24px;
    line-height: 132%;
  }


  .conteudo-texto {
    margin: 0 auto;
  }

  .conteudo-texto h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 124%;
  }

  .conteudo-texto p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
  }

  .conteudo {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .conteudo h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 124%;
    padding: 0 20px;
    font-style: normal;
    margin-top: 20px;
  }

  .conteudo-texto p {
    margin: 0 20px 18px 20px;
    align-items: center;
  }

  .content-produtos p {
    margin: 0 20px;
  }

  .diferenciais h2 {
    font-size: 24px;
    line-height: 132%;
  }

  .btn {
    width: 90%;
    margin: 0 auto;
  }

  .pol .btn {
    width: 100%;
  }

  .content-produto {
    flex-direction: column;
    margin: 0 20px;
  }

  .content-produto h2 {
    padding: 0 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 132%;
    /* or 32px */

    text-align: center;
  }

  .conteudo-produto {
    margin: 0 20px;
  }

  .img-conteudo {
    margin-top: 32px;
  }

  .img-conteudo img {
    width: 89%;
    margin: 0 auto;
    border-radius: 16px;
  }

  .bg-produtos {
    margin-bottom: 48px;
    padding-bottom: 20px;
  }

  .cards {
    margin: 0px 20px;
  }

  .card {
    margin: 16px 0;
  }

  .card .title {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
  }

  .card-produtos {
    margin: 48px 10px 48px 10px;
  }

  .card-produtos> :first-child {
    margin: 32px 15px 8px 15px;
  }

  .card-produtos p {
    margin: 0 15px 24px 15px;
  }

  .diferenciais {
    flex-direction: column;
    padding-bottom: 70px;
    padding-top: 0;
  }

  .diferenciais h2 {
    padding: 48px 20px;
    text-align: left;
  }

  .diferenciais p {
    margin-bottom: 35px;
  }

  .descriçao-diferenciais {
    flex-direction: column;
    max-width: 90%;
    padding-left: 20px;
  }

  .content {
    padding: 0 20px;
  }

  .content-projetos {
    flex-direction: column;
  }

  .content-projetos h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 132%;
    width: 80%;
    margin: 48px 20px 16px 20px;
  }

  .contato {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 50px
  }

  .contato-detalhes {
    width: 100%;
  }

  .sobre {
    padding: 0 20px;
  }

  .titulo-produtos h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 124%;
    margin: 0 0 32px 20px;
  }

  .content-produtos {
    display: flex;
    flex-direction: column;
    margin: 0 20px 16px 20px;
  }

  .gallery {
    margin-top: 0;
  }

  .sobre h2 {
    font-size: 24px;
    line-height: 132%;
  }

  .sobre p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */

    /* Grey */

    color: #4b4d59;
  }

  .formulario {
    margin: 0 auto;
    padding-top: 48px;
  }
}

/* Novos Estilos PDF */
.section-sustentabilidade {
  padding: 72px 0;
  background-color: #fff;
}

.sustentabilidade-container {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

.sustentabilidade-texto {
  flex: 1;
  min-width: 300px;
}

.sustentabilidade-texto h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #02051a;
}

.sustentabilidade-texto p {
  font-size: 16px;
  color: #4b4d59;
  line-height: 1.6;
  margin-bottom: 32px;
}

.sustentabilidade-lista {
  list-style: none;
  padding: 0;
}

.sustentabilidade-lista li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #2b3990;
}

.sustentabilidade-lista li i {
  color: #27aae1;
  font-size: 25px
}

.sustentabilidade-lista li span {
  color: #4b4d59;
  display: block;
}

.sustentabilidade-img {
  flex: 1;
  min-width: 300px;
}

.sustentabilidade-img img {
  width: 100%;
  max-width: 552px;
  border-radius: 16px;
  object-fit: cover;
}

/* GRID 3+2 */
.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 50px
}

.card-v {
  width: calc(33.333% - 40px);
  min-width: 300px;
}

@media (max-width: 992px) {
  .card-v {
    width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .card-v {
    width: 100%;
  }
}

.technical-info {
  margin-top: 48px;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 100px;
}

.technical-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.technical-table td {
  padding: 16px;
  border-bottom: 1px solid #eee;
  color: #4b4d59;
}

.technical-table tr:nth-child(even) {
  background-color: #fcfcfc;
}

.technical-table tr:hover {
  background-color: #f8fbfc;
}

.technical-table td:first-child {
  font-weight: 700;
  color: #2b3990;
  width: 35%;
}

/* FAQ Accordion Styles */
.faq-section {
  margin-top: 64px;
}

.faq-section h3 {
  margin-bottom: 25px;
}

.faq-container {
  max-width: 100%;
}

.faq-item {
  border-bottom: 1px solid #eee;
  /* padding: 8px 0; */
}

.faq-item summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 700;
  color: #02051a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: color 0.3s ease;
}

.faq-item summary:hover {
  color: #2b3990;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  color: #27aae1;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-content {
  padding: 0 16px 16px 16px;
  color: #4b4d59;
  line-height: 1.6;
}

.faq-content b {
  color: #2b3990;
  display: block;
  margin-top: 8px;
}

.image-full {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}

/* Exemplos de Aplicação */
.exemplos-aplicacao {
  margin-top: 32px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.exemplo-item {
  flex: 1;
  min-width: 280px;
}

.exemplo-item img {
  width: 80px;
  height: auto;
  margin-bottom: 16px;
}

.exemplo-item h4 {
  color: #27aae1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.exemplo-item p {
  font-size: 15px;
  color: #4b4d59;
  line-height: 1.5;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .exemplos-aplicacao {
    gap: 32px;
  }
}

/* Timeline Services */
.timeline-section {
  padding: 80px 0;
  background-color: #f8fbfc;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1128px;
  margin: 60px auto 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 1;
}


.timeline-container::before {
  exhibit: none;
  left: 54px !important;
  width: 2px !important;
  height: 100% !important;
  top: 0 !important;
}

.timeline-step {
  display: flex;
  gap: 20px;
  text-align: left;
  align-items: flex-start;
}

.timeline-icon {
  margin: 0 !important;
  flex-shrink: 0;
}

.timeline-step {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  padding: 0 10px;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #27aae1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #2b3990;
  font-size: 20px;
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-icon {
  background-color: #27aae1;
  color: #fff;
}

.timeline-step h4 {
  font-size: 16px;
  color: #2b3990;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
}

.timeline-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

@media (max-width: 920px) {
  .timeline-container {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding-left: 40px;
  }

  .timeline-container::before {
    top: 0;
    bottom: 0;
    left: 54px;
    width: 2px;
    height: 100%;
  }

  .timeline-step {
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }

  .timeline-icon {
    margin: 0;
    flex-shrink: 0;
  }
}

.resultados_esperados {
  padding: 40px 0 80px 0;
}

.resultados_esperados h2 {
  margin-bottom: 25px;
}

/* Results Expected Section */
.results-section {
  padding: 80px 0;
  background-color: #2b3990;
  color: #fff;
  text-align: center;
}

.results-section h2 {
  color: #fff;
  margin-bottom: 48px;
}

.results-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 1128px;
  margin: 0 auto;
}

.result-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 70px 32px;
  border-radius: 16px;
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.result-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.result-icon {
  font-size: 32px;
}

.result-card.down .result-icon {
  color: #ff4d4d;
}

.result-card.up .result-icon {
  color: #4df3ff;
}

.result-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

/* Segmentos Section */
.segmentos-atendidos {
  padding: 100px 0;
  background-color: #fff;
}

.segmentos-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
}

.segmentos-texto {
  flex: 0 0 400px;
}

.segmentos-texto h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #02051a;
  font-weight: 700;
}

.segmentos-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.segmento-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.segmento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.segmento-icon {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.segmento-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.segmento-card h3 {
  font-size: 18px;
  color: #02051a;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 992px) {
  .segmentos-container {
    flex-direction: column;
    text-align: center;
  }

  .segmentos-texto {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .segmentos-grid {
    grid-template-columns: 1fr;
  }
}