@charset "UTF-8";
/* VW Head */
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VW_Head/VWHead-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* VW Text */
@font-face {
  font-family: "VWText";
  src: url("../fonts/VW_Text/VWText-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWText";
  src: url("../fonts/VW_Text/VWText-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VWText";
  src: url("../fonts/VW_Text/VWText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWText";
  src: url("../fonts/VW_Text/VWText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VWText";
  src: url("../fonts/VW_Text/VWText-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
button {
  all: unset;
  cursor: pointer;
}

.btn-blue {
  background-color: #001E50;
  padding: 24px 19px;
  color: var(--Primrias-Branco, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
.btn-blue:hover {
  background-color: #997F67;
}

/*HAMBURGER MENU*/
.hamburger-menu {
  position: relative;
  z-index: 5;
}

.menu__btn {
  position: relative;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px 18px;
  background-color: #001E50;
}
.menu__btn span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.menu__btn:hover span {
  opacity: 0.9;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__box {
  right: 0px !important;
  opacity: 1 !important;
  height: 100vh;
}

#menu__toggle:checked + .menu__btn > span {
  background-color: #fff;
}

/* Quando clicado (checked), animar os spans individualmente */
#menu__toggle:checked + .menu__btn span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}

#menu__toggle:checked + .menu__btn span:nth-child(2) {
  opacity: 0;
}

#menu__toggle:checked + .menu__btn span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -7px);
}

.menu__box {
  display: block;
  position: fixed;
  right: -100%;
  width: 40%;
  height: 100vh;
  transition-duration: 0.8s;
  margin: 0;
  margin-top: 0 !important;
  opacity: 0;
  top: 0;
  z-index: 98;
}

.menu__box__inner {
  width: 100%;
  align-items: end;
  padding: 21px 50px;
}

.menu__items {
  color: #001E50;
  font-family: "VWHead", sans-serif, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 200% */
}
.menu__items span {
  color: #001E50;
}
.menu__items a {
  text-decoration: none;
}
.menu__items a:hover {
  cursor: pointer;
  font-weight: 700;
}
.menu__items li {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1366px) {
  .menu__box span {
    font-size: 20px;
  }
  .menu__box svg {
    height: 35px;
  }
  .menu__items {
    line-height: 32px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1130px) {
  .menu__box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .menu__box {
    width: 85%;
    right: -100%;
  }
  .menu__box svg {
    height: 24px;
  }
  .menu__box span {
    font-size: 20px;
  }
  .menu__box__inner {
    padding: 11px 70px 11px 50px;
  }
  #headerVideoPage .menu__box__inner {
    padding: 20px 69px 20px 20px;
  }
}
@media screen and (max-width: 450px) {
  .menu__box {
    width: 100%;
    height: 100vh;
  }
  .menu__box span {
    font-size: 16px;
    line-height: 16px;
  }
  .menu__box.bluecard {
    padding-left: 0;
  }
  .menu__items {
    line-height: 16px;
  }
}
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 85px;
}

body {
  position: relative;
  scroll-behavior: smooth;
}

.logotop {
  position: fixed;
  z-index: 99;
  top: 21px;
  left: 21px;
}

/* para inglês */
.lang-en .logotop {
  top: 37px; /* ajuste só para EN */
}

/* para espanhol */
.lang-es .logotop {
  top: 37px; /* ajuste só para ES */
}

/* Wrapper que será pinado */
.hero-animation {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Após o hero-animation pode ter mais conteúdo */
.content {
  height: 200vh;
  background: #eee;
}
#governancaText1 {
  padding-right: 20px;
}
.stage {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* ← ajuste a opacidade aqui */
  top: 0;
  left: 0;
  z-index: 1;
}

.main-title {
  position: fixed;
  top: 75%;
  left: 10%;
  z-index: 10;
  pointer-events: none;
}

.main-title-mobile {
  position: absolute;
  top: 70%;
  left: 10%;
  font-size: 3rem;
  color: white;
  z-index: 10;
  pointer-events: none;
}

#stage2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

#stage3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  background-image: url("../images/capaprovisoria.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stage2-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage2-content {
  display: flex;
  flex-direction: column;
}

.top-half,
.bottom-half {
  width: 100%;
  height: 50%;
}

.top-half {
  background: #001E50; /* ou outra cor */
  overflow: hidden;
}

.video-top {
  width: 97%;
  height: 100%;
}

.bottom-half {
  background: #001E50; /* ou outra cor */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stage2-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.video-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  opacity: 0;
  z-index: 1;
}

.top-half,
.bottom-half {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.logomain {
  z-index: 98;
  position: fixed;
  top: 37px;
  left: 21px;
}

header {
  padding: 21px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
header .logoheader button {
  background-color: #001E50;
  padding: 22px 20px 24px 20px;
  pointer-events: auto;
}
header nav {
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

#pageTitle {
  opacity: 0;
  color: #997F67;
  font-size: 109px;
  font-style: normal;
  font-weight: 100;
  line-height: 124px;
  transition: opacity 1s ease;
}
#pageTitle b {
  font-size: 48px;
  font-style: normal;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}
#pageTitle span {
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 67px;
  color: #fff;
}
#pageTitle.reveal {
  animation: pageTitleFade 0.1s ease-out forwards;
  animation-delay: 4.5s; /* atraso só na primeira entrada */
  z-index: 10;
}
#pageTitle.reveal-now { /* para entradas “sem delay” */
  animation: pageTitleFade 0.1s ease-out 0s forwards;
  z-index: 10;
}

@keyframes pageTitleFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#pageTitleMobile {
  color: #997F67;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 100% */
}
#pageTitleMobile b {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 100% */
  color: #fff;
  font-weight: 700;
}

.language-box {
  background-color: #001E50;
  padding: 22px 0;
  color: #fff;
  font-family: "VWHead", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 80% */
  width: 82%;
  cursor: pointer;
}

.language {
  background-color: #001E50;
  padding: 21px;
  color: #fff;
  font-family: "VWHead", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 80% */
  cursor: pointer;
  margin-left: -2px;
}

.download-box {
  width: 82%;
  background-color: #001E50;
  padding: 22px 0;
  width: 82%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99%;
  color: #fff;
  font-family: "VWHead", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 90% */
  background-color: #001E50;
  padding: 23px 32px;
  text-decoration: none;
  gap: 16px;
  margin-left: 23px;
}

.ceomessage {
  background-image: url("../images/imagemceo.jpg");
  background-position: left;
  background-repeat: no-repeat;
  padding: 101px 0px 208px;
}

h2 {
  color: #001E50;
  font-family: "VWHead", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 100% */
  margin-bottom: 40px;
}

h3 {
  color: #001E50;
  font-family: "VWHead", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 100% */
  margin-bottom: 30px;
}

p {
  font-family: "VWHead", sans-serif;
}

.bluecard {
  padding: 37px 45px 47px 73px;
  background-color: #EBE5DC;
  box-shadow: -11px 11px 0px #001E50;
  font-family: "VWHead", sans-serif;
  margin-left: -20px;
  margin-top: 45px;
}
.bluecard-left {
  margin-right: -20px;
  z-index: 2;
}
.bluecard p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
.bluecard .citacao {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 100% */
  margin: 0;
}

#apresentacao .apresentacaoimg {
  background-image: url("../images/apresentacaoimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
#apresentacao .iconbox {
  padding: 11px;
  background-color: #001E50;
  height: min-content;
}
#apresentacao .textbox {
  padding: 25px 20px;
  background-color: #EBE5DC;
  width: 100%;
}
#apresentacao .textbox span {
  color: #001E50;
  font-family: "VWHead", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  margin-bottom: 31px;
}
#apresentacao .textbox p {
  color: #000;
  font-family: "VWHead", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
#apresentacao #valores {
  color: #001E50;
  font-family: "VWHead", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
}

.apresentacao-solucoes {
  margin-top: -90px;
  z-index: 2;
  position: relative;
}
.apresentacao-solucoes #solucoestitle {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
}

.atuacaoIcons {
  align-items: flex-start;
}
.atuacaoIcons img {
  width: 61px;
}
.atuacaoIcons span {
  color: #001E50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.atuacaoIcons span b {
  font-size: 36px;
  font-weight: 700;
}

.geracaovalorbuttons button,
.geracaovalorbuttonsMobile button {
  background-color: #D6CCBF;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 21px 19px;
  width: 90%;
}
.geracaovalorbuttons button.active,
.geracaovalorbuttonsMobile button.active {
  background-color: #001E50;
  color: #fff;
  font-weight: 700;
}
.geracaovalorbuttons button:hover,
.geracaovalorbuttonsMobile button:hover {
  background-color: #001E50;
  color: #fff;
  font-weight: 700;
}

.accordion-item {
  background-color: #D6CCBF;
  border: none;
}

.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #D6CCBF;
  border: none;
  box-shadow: none;
  color: #000;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.geracaovalorconteudo,
.geracaovalorconteudoMobile {
  background-color: #001E50;
  color: #fff;
  padding: 37px 67px;
}
.geracaovalorconteudo h4,
.geracaovalorconteudoMobile h4 {
  font-size: 32px;
  line-height: 36px;
}
.geracaovalorconteudo p,
.geracaovalorconteudoMobile p {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 100 !important;
  color: #fff;
  margin-bottom: 30px;
}
.geracaovalorconteudo p b,
.geracaovalorconteudoMobile p b {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.geracaovalorconteudo span,
.geracaovalorconteudoMobile span {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 24px; /* 100% */
  display: block;
}
#caminhosustentavelText {
    padding-right: 22px;
}
#valorconteudo4 .swiper-wrapper, #valorconteudo5 .swiper-wrapper, #valorconteudo6 .swiper-wrapper {
  height: auto;
}
#valorconteudo4 .swiper-slide, #valorconteudo5 .swiper-slide, #valorconteudo6 .swiper-slide {
  background-color: inherit;
  padding: 0;
}
#valorconteudo4 .swiper-2, #valorconteudo5 .swiper-2, #valorconteudo6 .swiper-2 {
  overflow: hidden;
}
#valorconteudo4 .swiper-pagination2, #valorconteudo5 .swiper-pagination2, #valorconteudo6 .swiper-pagination2 {
  display: flex;
  justify-content: center;
}
#valorconteudo4 .swiper-pagination2 .swiper-pagination-bullet, #valorconteudo5 .swiper-pagination2 .swiper-pagination-bullet, #valorconteudo6 .swiper-pagination2 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 40%;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  display: inline-block;
}
#valorconteudo4 .swiper-pagination2 .swiper-pagination-bullet-active, #valorconteudo5 .swiper-pagination2 .swiper-pagination-bullet-active, #valorconteudo6 .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.logoscontainer div {
  background-color: #001E50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  height: -webkit-fill-available;
}

.reconhecimentocard {
  min-height: 162px;
}

.reconhecimentos {
  color: #fff;
  transition: all 0.2s;
}
.reconhecimentos span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.reconhecimentos p {
  margin: 0;
  text-align: center;
}

.caminhosustentavelimg1 {
  margin-right: 17px;
}

.caminhosustentavelimg2 {
  margin-right: 28px;
}

.inovacaoimg1 {
  margin-right: 39px;
}

.inovacaoimg2 {
  margin-right: 17px;
}

.inovacaoimg3 {
  margin-right: 40px;
}

.cardMenorImpacto {
  height: -webkit-fill-available;
}
.cardMenorImpacto p {
  color: #fff;
  width: 100%;
  padding: 21px;
  height: -webkit-fill-available;
}
.cardMenorImpacto div {
  background-color: #001E50;
  padding: 21px;
  height: -webkit-fill-available;
}
.cardMenorImpacto div p {
  padding: 0;
  margin: 0;
  height: auto;
  width: 80%;
}

.slide {
  background-color: #001E50;
  padding: 56px 48px;
  color: #fff;
}
.slide img {
  max-width: 55px;
  margin-bottom: 21px;
}
.slide span {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 50% */
  margin-bottom: 10px;
}
.slide p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

.pessoasPrograms {
  color: #001E50;
}
.pessoasPrograms b {
  font-size: 36px;
}

#pessoasecultura {
  overflow: hidden;
}

.selosFooter {
  color: #001E50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.selosFooter b {
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 10px;
}

#governancacorporativa .destaque {
  color: #001E50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 30px;
}
#governancacorporativa .destaque b {
  font-size: 36px;
  line-height: 38px;
  color: #000;
}
#governancacorporativa .destaque a {
  color: #000;
}
#governancacorporativa #governancaText1 a {
  color: #000;
}
#governancacorporativa #governancaText1 a b {
  font-weight: 400;
}
#governancacorporativa .governancaCard {
  margin-top: -150px;
}
#governancacorporativa .governancaCard button {
  background-color: #001E50;
  padding: 21px 19px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
#governancacorporativa .governancaCard button:hover {
  background-color: #997F67;
}

.footerimg {
  background-image: url("../images/caminhaofooter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 500px;
}

footer {
  background-color: #001E50;
  padding: 45px;
  color: #fff;
}
footer a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
footer .icons {
  width: 36px;
  height: 36px;
}
footer #contato b {
  font-weight: 400;
  text-decoration: underline;
}

#videosPage {
  font-family: "VWHead", sans-serif, sans-serif;
}
#videosPage h1 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
}
#videosPage h2 {
  color: var(--Primrias-Branco, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  background-color: #001E50;
  padding: 25px 20px;
  margin: 0;
}
#videosPage .bluecard {
  margin-top: 0;
}

#voltaraotopo {
  cursor: pointer;
}

.btncalls {
  margin-left: 32px;
}
.btncalls-left {
  margin-left: 0;
  max-width: 80%;
}

.valores-boxes div {
  width: 20%;
}
.valores-boxes img {
  min-height: 57px;
}

.volksgreen {
  width: 51px;
}

.volkscare {
  height: 42px;
  width: 168px;
  margin-top: 43px;
  margin-left: -8px;
}

.certificacoes img {
  width: 155px;
}

@media screen and (min-width: 1560px) {
  .capa-parte-3 {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 1400px) {
  .bluecard {
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .logotop {
    left: 5px;
  }
  .logomain {
    left: 5px;
  }
  .bluecard {
    margin-left: 0;
    padding: 37px 45px 47px 45px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .container {
    max-width: 1080px;
  }
  .ceomessage {
    background-position: left -68px center;
    background-size: 58%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1252px) {
  .container {
    max-width: 960px;
  }
  .ceomessage {
    background-position: left -68px center;
    background-size: 58%;
  }
  .logomain img {
    width: 73%;
  }
  .logotop img {
    width: 73%;
  }
  .logotop {
    top: 25px;
  }
  #headerVideoPage {
    padding: 5px;
  }
  #headerVideoPage .logoheader img {
    width: 73%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .ceomessage {
    background-position: left -68px center;
    background-size: 58%;
  }
}
@media screen and (max-width: 991px) {
  .valores-boxes div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logotop {
    display: none;
  }
  .ceomessage {
    padding: 0px 0px 500px;
    background-position: bottom;
    margin-bottom: 2.5rem;
  }
  .ceomessage .bluecard {
    margin-top: 30px;
  }
  .bluecard {
    margin-left: 0;
    margin-top: 0px;
  }
  .btncalls {
    margin-top: 30px;
  }
  .apresentacao-solucoes {
    margin-top: -18px;
  }
  #governancacorporativa .governancaCard {
    margin-top: -50px;
  }
  .geracaovalorbuttonsMobile button.active {
    border-bottom: 1px solid #000;
  }
  .geracaovalorconteudoMobile,
  .geracaovalorconteudo {
    width: 99.5%;
  }
  .stage {
    height: auto;
    margin-top: 100px;
  }
  .main-title-mobile {
    top: 20%;
  }
  .video-bg, .video-overlay {
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  :target {
    scroll-margin-top: 128px;
  }
  header {
    background-color: #fff;
  }
  .logomain {
    display: none;
  }
  .logomobile img {
    height: 68px;
  }
}
@media screen and (max-width: 450px) {
  .main-title-mobile {
    font-size: 2rem;
  }
  .language {
    padding: 20.5px 20px;
  }
  .bluecard-left {
    margin-right: 0;
    padding: 37px 15px 47px 15px;
  }
  .bluecard {
    padding: 37px 15px 47px 15px;
  }
  .main-title-mobile {
    left: 5%;
  }
  .ceomessage {
    padding: 0px 0px 314px;
    background-position: bottom;
    background-size: contain;
  }
  .apresentacao-solucoes {
    margin-top: -22px;
  }
  .atuacaoIcons {
    margin-top: 20px;
  }
  .geracaovalorconteudoMobile {
    padding: 15px 15px;
    width: 102%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .downloadBtn {
    width: 93%;
  }
  header .logoheader a {
    padding: 18px 16px 19px 16px;
  }
  #videosPage {
    margin-top: 128px;
  }
}
.swiper {
  z-index: 1;
  height: fit-content;
}

.swiper-slide {
  background-color: #fff;
  padding: 20px 80px 46px 80px;
}
.swiper-slide p {
  font-weight: 100;
  font-size: 18px;
}

.swiper-wrapper {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}

.swiper-button-next {
  background-image: url("../images/SVG/right-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #001E50;
  padding: 32px;
  right: 0;
  opacity: 0.8;
}
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  background-image: url("../images/SVG/left-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #001E50;
  padding: 32px;
  left: 0;
  opacity: 0.8;
}
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 21% !important; /* Largura desejada */
  height: 15px !important; /* Altura (mantenha proporcional) */
  background: #D0D1D5 !important;
  border-radius: 0;
  transition: all 0.3s ease !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #001E50 !important;
}

/* Espaçamento entre bullets */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px !important;
  }
}
@media screen and (max-width: 450px) {
  .swiper-slide {
    padding: 20px 0px 46px 0px;
  }
}

/*# sourceMappingURL=style.css.map */
