:root {
  --darkgreen: #006411;
  --green: rgb(25, 181, 25);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.bar {
  padding: 0 20px;
}

.bar.green {
  background-color: var(--green);
}

.bar-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.bar-content p {
  color: white;
  font-weight: 600;
  font-size: 22px;
  height: 100%;
  text-align: center;
}

header {
  padding: 11px 20px;
  background-color: white;
}

.container-1400 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divblock {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divblock h2 {
  font-size: 16px;
  color: var(--darkgreen);
}

.img {
  width: 100%;
  max-width: None;
  object-fit: cover;
}

.logo {
  max-width: 50px;
}

.btn {
  padding: 14px 18px;
  font-weight: 900;
  height: 142%;
  color: white;
  background-color: var(--green);
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
}

.bg-video {
  position: relative;
  overflow: hidden;
}

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.bg-video .container-1400 {
  padding: 120px;
  position: relative;
  z-index: 2; /* fica acima do vídeo */
  color: white; /* opcional: texto branco por cima do vídeo */
}

.section-content h1 {
  font-size: 60px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.section-content h1 strong {
  color: var(--green);
}

.btn.x {
  padding: 20px 40px;
  font-size: 18px;
}

.section-pad30 {
  padding: 30px 20px 0 20px;
}

.section-pad30.pad-bottom {
  padding-bottom: 30px;
}

.section-pad30.pad-bottom.dark-gray {
  background-color: #1a1b21;
}

.heading {
  font-weight: 900;
  font-size: 42px;
  height: 100%;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.section-pad70 {
  padding: 70px 20px 0 20px;
}

.section-pad70.pad-bottom {
  padding-bottom: 70px;
}


.divblock4 {
  gap: 40px;
}

.divblock6 {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.divblock6 h2 {
  font-size: 44px;
  color: var(--green);
}

.divblock6 p {
  font-size: 18px;
}

.divblock7 {
  padding-top: 20px;
  width: 100%;
  max-width: 600px;
}

.divblock7 img {
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section-pad70.pad-bottom.green {
  background-color: var(--green);
}

.processos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.processo {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-size: 16px;
  color: white;
}

.seta {
  width: 60px;
  height: 60px;
  color: white;
}

.divvideo {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.reverse {
  flex-direction: row-reverse;
}

.reverse.white {
  color: white;
}

.reverse h2 {
  color: white;
}

.divblock6 ul {
  margin: 0;
  padding: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.divblock7.nostyle {
  max-width: 800px;
}

.divblock7.nostyle img {
  box-shadow: none;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 20px 0;
}

.app {
  width: 100%;
  max-width: 130px;
}

.swiper.beneficiosswiper {
  width: 100%;
}

.slide {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0 100px 0;
}

.slide-image {
  object-fit: cover;
  max-height: 150px;
  overflow: hidden;
}

.slide-description {
  padding: 20px;
  text-align: center;
}

.swiper-scrollbar {
  width: 80% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.heading.black {
  color: var(--green);
}

footer {
  padding: 70px 20px;
  background-color: #1a1b21;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.div1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.div1 h2 {
  font-size: 16px;
  color: darkgreen;
}

/* From Uiverse.io by wilsondesouza */
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
