: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;
}

.gap50 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.divvideo.boxshaddow {
  box-shadow: 0 0 20px 0 rgba(0, 100, 17, 0.3);
}

.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;
  padding: 0 !important;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.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%;
  object-fit: cover;
}

.logo {
  max-width: 50px;
}

.img.logo2 {
  max-width: 130px;
}

.btn, .afiliate{
  text-decoration: none;
  display: block;
  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;
  cursor: pointer;
}

.btn.reverse {
  color: var(--green);
  background-color: white;
  border: 1px solid white;
}

.btn:hover, .afiliate: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 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-content h1 {
  font-size: 60px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.divLeft {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.section-pad70.pad-bottom.higherTop {
  padding: 50px 20px 50px !important;
}

.divRight {
  box-sizing: border-box;
  backdrop-filter: blur(5px);
  background: rgba(38, 233, 64, 0.15);
  padding: 1rem 2rem;
  border-radius: 18px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.divRight p {
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.maxw {
  width: 100% !important;
  max-width: 300px !important;
}

.section-content h1 strong {
  color: var(--green);
}

.afiliate {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  background-color: var(--green) !important;
  color: white;
}

.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;
}

.gap60 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.divblock4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
}

.divblock4.vertical {
  flex-direction: column;
  max-width: none;
}

.maxh {
  max-height: 400px;
  overflow: hidden;
}

.fullw {
  width: 100% !important;
  max-width: none !important;
}

.divblock6 {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.divblock6.black {
  color: rgb(17, 52, 4) !important;
}

.divblock6 h2 {
  font-size: 44px;
  color: var(--green);
}

.divblock6 p {
  font-size: 18px;
}

.divblock7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  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;
}

.light-green {
  background-color: #40a456;
}

.antiwhite {
  color: #fff;
}

.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;
}

.conection-image {
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


.heading.black {
  color: var(--green);
}

footer {
  width: 100%;
  padding: 70px 20px;
  background-color: #1a1b21;
  box-sizing: border-box;
  overflow-x: hidden;
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.contact {
  padding-left: 10px;
  font-size: 13px;
  color: white;
}

.btn-conection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* From Uiverse.io by wilsondesouza */
ul {
  list-style: none;
  padding: 0;
}

.example-2 {
  margin: 0;
  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;
}
