.banner-top {
    height: 820px;
}

/* Ajuste específico para texto no banner-top */
.banner-top .text-content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 0 20px;
  bottom: 5vw;
  position: absolute;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.text-content div {
    margin-bottom: 30px;
}
.banner-top .text-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  position: unset;
}

.banner-top .text-content span {
  display: block;
  font-weight: 400;
  /* margin-top: 10px; */
  opacity: 0.85;
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}

 
@media screen and (max-width: 768px) {
  .banner-top .text-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .banner-top .text-content h1 span {
    font-size: 16px;
  }

  .banner-top .text-content {
    padding: 0 10px;
    bottom: 20px;
  }
}

.banner-top .text-content {
  opacity: 1 !important;
  filter: none !important;
}

.btn-layout.whitest-btn-layout{
  color: var(--main, #323B60);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.8px;
}
.btn-layout.blue-btn-layout{
  color: var(--white, #F9F9F9);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  background:#078B9B;
  font-weight: 700;
  border-color:#078B9B;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.8px;
}

.btn-layout.blue-btn-layout:hover{
   color: var(--main, #323B60);
   background-color:white;
}

.btn-layout.whitest-btn-layout:hover{
  background-color: #078B9B;
  border-color:#078B9B;
  color:white;
  
}

.btnI{
  top:0!important;
}

.section-highlight {
  background-color: #323B60;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  border-radius: 11px;
  width: 79%;
  margin: -60px auto 0px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  place-self: anchor-center;
}

.section-highlight .container {
  max-width: 800px;
  margin: 0 auto;
}

.section-highlight p {
  margin: 0;
  color: #FFF;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .section-highlight p {
    font-size: 17px;
  }
}


.section-split .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px 50px;
}

.split-left {
  flex: 1 1 43%;
  /* max-width: 280px; */
}

.split-left h2 {
  color: #323B60;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  margin-top: 0;
  font-weight: 700;
  line-height: normal;
  line-height: 1.3;
  max-width: 610px;
}

.split-right {
  flex: 1 1 44%;
  /* min-width: 280px; */
}

.split-right p,
.split-right ul {
  margin-bottom: 3px;
  color: #414141;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.split-right ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* Responsivo */
@media (max-width: 768px) {
  .section-split .content-wrapper {
    flex-direction: column;
    padding: 40px 20px;
    padding-top: 0;
  }

  .split-left,
  .split-right {
    width: 100%;
  }

  .split-left h2 {
    /* font-size: 24px; */
    text-align: center;
  }
}

.section-rpm-steps {
  padding: 50px;
  background-color: #f8f8f8;
  text-align: center;
}

 

.section-rpm-steps h2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  margin-top: 10px;
  font-weight: 700;
  color: #1f2b59;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.rpm-steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.rpm-step {
  background: transparent;
  flex: 1 1 23%;
  max-width: 360px;
  text-align: left;
}

.step-number {
  width: auto;
  height: auto;
  background-color: #078b9b;
  color: #FFF;
  align-content: center;
  font-family: Ubuntu;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  /* padding: 10px; */
  min-width: 40px;
  min-height: 40px;
  /* margin-right: 20px; */
  border-radius: 50%;
  text-align: center;
  margin-bottom: 40px;
}

.rpm-step h3 {
  margin-bottom: 20px;
  color: var(--gray, #6E6E6E);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}

.rpm-step p {
  color: var(--gray, #6E6E6E);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rpm-step .top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}

.info-box {
  background-color: #00afc5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
  color: white;
  font-weight: 400;
  line-height: 1.5;
}

.rpm-steps-grid:has(.rpm-step:nth-child(3)) .rpm-step {
  max-width: 100%; /
}

.info-box strong{
  color: #FFF;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  
}

.info-box{
  color: #FFF;
font-family: Ubuntu;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
  background-color:#078B9B;
}
/* Responsivo */
@media (max-width: 991px) {
  .rpm-steps-grid {
    flex-direction: column;
    align-items: center;
  }
  .rpm-step {
    max-width: 600px;
    text-align: center;
  }
  .step-number {
    /* margin: 0 auto 10px; */
    /* align-self: anchor-center; */
  }
}

.two-column-text {
  padding: 50px;
}

.two-column-text .section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

.two-column-text .section-header h2 {
 color: #323B60;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.two-column-text .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.two-column-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.column-left, .column-right {
  flex: 1 1 45%;
  min-width: 280px;
}

.column-left ul,
.column-right ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.column-left p,
.column-right p,
.column-left ul li,
.column-right ul li {
  color: #414141;
font-family: Ubuntu;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Responsivo */
@media (max-width: 768px) {
  .two-column-text .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .two-column-grid {
    flex-direction: column;
  }
}
.section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.section-two-columns-numbers .two-columns-numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
section.section-white.section-two-columns-numbers {
    padding: 50px;
}

section.section-white.section-two-columns-numbers h2 {
    justify-self: center;
    color: var(--main, #323B60);
    text-align: center;
    font-family: Ubuntu;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.section-two-columns-numbers .list-item {
  flex: 1 1 45%;
}

.number-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.number-content-wrapper .step-number {
  background-color: #078b9b;
  color: #FFF;
  font-family: Ubuntu;
  font-size: 22px;
  font-weight: 700;
  padding: 10px;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-content-wrapper h3 {
  margin: 0 0 10px;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 700;
  color: #414141;
}

.number-content-wrapper p {
  margin: 0;
  font-family: Ubuntu;
  font-size: 18px;
  color: #414141;
  font-weight: 400;
}

.title-text {
  padding: 50px;
  font-family: Ubuntu, sans-serif;
  color: #414141;
}

.title-text h2 {
  color: #323B60;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.title-text p {
color: var(--gray, #6E6E6E);
font-family: Ubuntu;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.title-text ul {
 color: var(--gray, #6E6E6E);
font-family: Ubuntu;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.title-text ul li {
color: var(--gray, #6E6E6E);
font-family: Ubuntu;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.border-left .bordered-text {
  border-left: 5px solid #078B9B;
  padding-left: 20px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  /* max-width: 1000px; */
  margin: 0 auto;
}

section.section-white.conclusion-section {
    padding: 50px;
}
.conclusion-section {
  background: #fff;
  padding: 50px 0;
}

.conclusion-section .conclusion-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.conclusion-section .conclusion-text {
  flex: 1 1 60%;
  color: #4a4a4a;
  font-family: Ubuntu, sans-serif;
}

.conclusion-section .conclusion-text h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #323B60;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conclusion-section .conclusionText p {
 color: #414141;
 font-family: Ubuntu;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 padding-right: 20px;
}

.conclusion-section .conclusion-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  white-space: nowrap;
  flex: 1 1 0%;
}
.conclusionText {
    display: flex;
}
section.section-white.border-left {
    padding: 50px 150px;
}

@media (max-width:768px){
  .conclusionText {
    display:block ;
}
}

/* Dynamic Color  */
.section-white:nth-of-type(odd) {
  background-color: #ffffff;
}

.section-white:nth-of-type(even) {
  background-color: #F4F4F4;
}

.section-white:nth-of-type(odd) .btn-layout.whitest-btn-layout {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.section-white:nth-of-type(odd) .btn-layout.whitest-btn-layout:hover {
  background-color: #078B9B;
  border-color: #078B9B;
}
@media (max-width: 768px) {
  .section-white {
    padding-left: 20px !important;
    padding-right:20px !important;
  }
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}