b {
  font-weight: 600 !important;
}
.hero-selo {
  max-width: 300px;
}

.hero-selos img {
    width: auto!important;
    height: 90px!important;
}

#slider {
  background-image: url('/images/background01.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
  margin-bottom: -80px;
}
.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.link-caption {
  border: 1px solid var(--color-primary);
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  text-decoration: none;
  color: var(--color-primary);
  display: inline-block;
  transition: 0.3s;
}
.link-caption:hover {
  background: var(--color-primary) !important;
  color: var(--light);
}

.title-1 {
  background-color: #eeeeee;
  border-radius: 10px;
  color: #000;
  padding: 7px 25px;
  position: relative;
  display: inline-block;
}
.badge {
  position: absolute;
  right: -15px;
  top: -13px;
  background-color: #ff0000;
  color: var(--light);
  border-radius: 40%;
  font-size: 14px;
  width: 30px;
  height: 20px;
  display: flex;
  line-height: 1;
  padding: 0;
  align-items: center;
  justify-content: center;
}

/**************** SLIDER *********/
#slider {
  background: var(--light);
  padding: 0;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
#slider .owl-carousel .owl-item {
  height: auto;
  padding: 0;
  z-index: 0;
  display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
#slider .owl-carousel .item {
  background-repeat: repeat-y;
  background-size: cover;
  display: table-cell;
  height: calc(80vh - 80px);
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  width: 100vw;
  background-position: center center;
}
#slider .owl-carousel .item.slide1 {
  background-image: url('/images/background01.png');
}
#slider .img-slider1 {
  position: absolute;
    left: 45%;
    bottom: 0;
    width: auto;
    height: 92%;
}
#slider .img-slider2 {
  width: 65%;
  bottom: -40px;
  position: relative;
  right: -15%;
}

.slider-caption .title-slide {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.slider-caption .title-slide.text-dark {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 1) !important;
}
.slider-caption .subtitulo-slide {
  font-size: 20px;
}
.custom-title {
  color: var(--cor-terciaria) !important;
}


.button-cta {
  background-color: #0d1333 !important;
  border-color: #0d1333 !important;
  border-radius: 0.5rem;
  padding: 1.1rem 2rem!important;
  text-transform: uppercase;
}
.button-cta:hover {
  color: #0d1333 !important;
  background-color: #fff!important;;
  border-color: #0d1333 !important;
}
.button-cta2 {
  background: linear-gradient(180deg, #f8e360 7%, #f1c740 65%) !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 0.5rem;
  text-transform: uppercase;
  display: inline-flex;
  padding: 1.1rem 5rem 1.1rem 5rem;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  margin: 10px 5px;
}
.button-cta2:hover {
  background: linear-gradient(180deg, #f1c740 7%, #f8e360 65%) !important;
}
strong {
  font-weight: 900;
}

.topicos{
    position: relative;
}

.topicos li{
    display: flex;
    align-items: center;
    list-style: none;
    height: 128px;
    padding: 0px 50px;
    border-radius: 20px;
}

.topico-image{
    position: absolute;
    right: 15%;
    top:26%;
}

.topico-image img {
    height: 750px;
    width: auto;
}


/* owl caroulsel  */

#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  height: 340px;
  width: 340px;
  background-color: #F8F8FF;
  border: 4px solid #F1F0FE;
  border-radius: 20px;
  padding: 25px;
}

/* .owl-carousel .owl-item img  {
  width: 120px!important;
} */

#sync2 .item h4{
  margin: 10px 0;
  font-size: 23px;
  color: #A1A1B3 !important;
}
#sync2 .item h2{
  color: #fcba57 !important;
  font-size: 60px;
  font-weight: 700;
}


#sync2 .current .item {
  background: #e7dd84;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
/* owl caroulsel  */


.case-card{
    height: 300px;
    width: 330px;
    background-color: #F8F8FF;
    border: 4px solid #F1F0FE;
    border-radius: 20px;
    padding: 25px;
}

.case-logo {
    width: 100%;
    height: 60px;
}

.case-card img {
    max-width: 120px !important;
}

.case-texto{
    line-height: 1.2;
}

.case-card h4{
    margin: 10px 0;
    font-size: 23px;
    color: #A1A1B3 !important;
}

.case-card h2{
    color: #fcba57 !important;
    font-size: 60px;
    font-weight: 700;
}

.cases-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-container {
  position: relative;
  height: 400px;
  margin: 0 auto; 
  overflow: hidden;
}
.carousel-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* Ajuste a largura conforme necessário */
  background: linear-gradient(to right, rgb(255 255 255) 0%, transparent 5%, transparent 95%, rgba(255, 255, 255, 0.918) 100%);
  pointer-events: none;
  z-index: 2;

}
.carousel .item {    
    box-sizing: border-box;
    transition: all 0.1s linear 0s;
}

.carousel-container  .owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.carousel-container .owl-item {
  opacity: 1;  

}

.carousel-container .owl-item.left-out {
  opacity: 0;
}

.depoimento {

    background-image: url('/images/lp-b/FUNDO-HORIZONTAL-DEPOIMENTO.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: auto;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 40px;
}
.depoimento-image{
    height: auto;
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;

}
.cases-section .owl-item {
width: 350px!important;
}

.depoimento-image img{
    height: auto !important;
    width: 200px!important;
}

.depoimento p {
    text-align: center;
    font-size: 20px;
    
}



.owl-carousel .owl-nav button[class*=owl-] {
    border: 1px solid black;
    border-radius: 50%;
    top: 16% !important;
    margin: -23px 279px 0;
  }
@media (max-width: 768px) {
  #slider {
    min-height: 0;
  }
  .slider-caption {
    position: relative;
    display: block;
  }
  #slider .owl-carousel .item.slide1 {
    /* background-image: none; */
  }
  .slider-caption .title-slide {
    font-size: 1.875rem;
  }
  .slider-caption .subtitulo-slide {
    font-size: 1rem;
  }
  .video {
    margin-top: 48px;
  }
  .hero-selos img {
    width: auto!important;
    height: 80px!important;
  }


}
#contato {
  background: white;
  background-position: 20% center;
  background-size: cover;
}
#contato h2 {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-weight: 900;
  line-height: 1.1;
  width: 100%;
  font-size: 2.25rem !important;
  margin-bottom: 1rem;
}

#contato h3 {
  display: flex;
  flex-direction: column;
  color: var(--cor-primaria);
  font-weight: 900;
  line-height: 1.1;
  width: 100%;
  font-size: 2.25rem !important;
}

#contato h2 span {
  text-transform: uppercase;
  margin: 1.5rem 0px;
  color: rgb(0, 0, 0) !important;
  font-size: 1.5rem !important;
  font-weight: 300;
}
#contato p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.2rem !important;
}
.form-contato .form-control {
  border-radius: 5px;
  background: #fff;
  padding: 0.375rem 0;
  padding-left: 10px;
  height: 45px;
}
.form-contato button {
    min-height: 56px !important;
    font-size: 1rem;
}
.form-select {
  border: 0;
  border-radius: 0;
  padding: 0.375rem 0;
  border-bottom: 1px solid #747474;
}
.form-contato .form-floating > label.form-label {
  top: 0;
  left: 0px;
  padding: 0;
  opacity: 1;
  border: 0;
  height: auto;
  transform: none;
}
.form-contato textarea {
  resize: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0;
}
.form-group {
  margin-bottom: 0;
}
.form-control::placeholder {
  color: transparent;
}
.form-contato label.form-label {
  pointer-events: none;
  position: absolute;
  top: calc(51% - 1rem);
  left: 10px;
  transition: all 0.1s linear 0s;
  color: #000;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
.custom-control-label{
  color: var(--dark);
}
.custom-control-label a{
  color: #0d1333;
}
.custom-control-label b{
  font-weight: 700 !important;
}
.form-contato textarea + label.form-label {
  pointer-events: none;
  position: absolute;
  top: calc(32% - 45px);
  transition: all 0.1s linear 0s;
  color: #000000;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
.form-contato textarea:focus + label.form-label,
.form-contato textarea:not(:placeholder-shown) + label.form-label,
.form-contato textarea:-webkit-autofill ~ label.form-label {
  font-size: 0.75rem;
  top: -14px;
  color: #fff;
}
.form-contato input:focus + label.form-label,
.form-contato input:not(:placeholder-shown) + label.form-label,
.form-contato input:-webkit-autofill ~ label.form-label {
  font-size: 0.75rem;
  top: -14px;
}

#form-background {
  background: linear-gradient(180deg, #e6ecfc 7%, #edf2ff 65%);
  padding: 2rem;
  border-radius: 20px;
}

.float-label {
  padding-bottom: 15px;
  position: relative;
}
.button-contato {
  display: block;
  background: #0d1333;
  padding: 0.5rem 3rem 0.5rem 3rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  border: 0;
  width: 100%;
}
.button-contato:hover, .button-contato:disabled {
  background: #0d1333 !important;
}
.form-contato textarea {
  resize: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0;
}
.form-control::placeholder {
  color: transparent !important;
}
@media (max-width: 768px) {
  #contato {
    padding: 60px 0;
  }
  #form-background {
    padding: 4rem 2rem;
  }
  .form-group {
    margin-bottom: 19px;
  }
  .logo-footer {
    width: 100%!important;
  }
}
.separator-h:before {
  content: "";
  border-left: 2px solid var(--light);
  position: absolute;
  height: 50px;
  top: -25px;
}
  .accordion .ac-item {
    background-color: #ECF9FF;
    margin-bottom: 16px;
    border-radius: 20px;
    min-height: 90px;
  }

  .accordion .ac-item .ac-title {
    color: #282728;
    position: relative;
    margin: 0;
    font-size: 1.2rem;
    cursor: pointer;
    user-select: none;
    padding-left: 40px;
    padding-top: 31px;
    align-content: center;
  }
  .accordion .ac-item .ac-content {
    padding: 12px 20px 12px 40px;
  }
  .accordion .ac-item .ac-title:before {
    font: 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    right: 10px;
    position: absolute;
    height: 100%;
    top: 36px;
    right: 40px;
  }
  .accordion .ac-title[aria-expanded="true"]:before {
    content: "\f068";
  }

.ac-item .h5{
    max-width: 400px;
}

.faq {
    padding-top: 35px;
}

.faq img {
    width: 900px;
    height: auto;
}

#faq p {
    width: 250px;
    margin: auto;
}

#contato {
  background-color: #1A2332;
}
/***************CONTATO SUCESSO********************/
#section1 {
  background: linear-gradient(to bottom, #fff7f0 0%, #fff 50%);
}
.separator-line {
  border: none;
  border-top: 3px solid #000; 
  margin-top: 20px; 
  opacity: .8;

}
.separator-line-opaco {
  border: none;
  border-top: 3px solid #000; 
  margin-top: 20px; 
}
.social-icons ul {
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
.empresas .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.empresas .item img{
  max-height: 40px;
  padding: 0 5px;
}

.owl-carousel.empresas .owl-stage, .owl-carousel.empresas .owl-item {
  height: 100%;
}

.separator-div {
  position: relative;
}
.separator-vertical::after {
  content: '';
  position: absolute;
  top: -25px;
  height: 50px;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 2px;
  background: var(--dark);
}
.video-integracao {
  border-radius: 20px;
}
#section3 {
  background-color: #0d1333;
}
.card-integracoes {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  padding: 40px;
  border-radius: 20px;
}

.integracoes .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.integracoes .item img{
  height: 50px;
  width: auto;
  padding: 0 8px;
}


.owl-carousel.integracoes .owl-stage, .owl-carousel.integracoes .owl-item {
  height: 100%;
}
.flip-card-button:not(.flip-card-button-close) {
  display: inline-block;
  cursor: pointer;
  color: #0d1333 !important;
  background-color: transparent !important;
  border: 2px solid #0d1333 !important;
  border-radius: 0.25rem;
  padding: 5px 15px;
  font-size: .9rem;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.card-button {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 100%;
}
.card__face--back  .card-description .flip-card-button.flip-card-button-close{
  position: absolute;
  display: inline-block;
  cursor: pointer;
  color: #0d1333 !important;
  background-color: transparent !important;
  border: 2px solid #0d1333 !important;
  border-radius: 0.25rem;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0px 5px;
}
.flip-card-button:hover {
  background-color: #0d1333 !important;
  color: #fff !important;
}
.scene--card.card-1 .card__face, .scene--card.card-1 .card-image {
  background-color: #fff6f0;
}
.scene--card.card-2 .card__face, .scene--card.card-2 .card-image {
  background-color: #f1fff1;
}
.scene--card.card-3 .card__face, .scene--card.card-3 .card-image {
  background-color: #f4f6ff;
}
.scene--card.card-4 .card__face, .scene--card.card-4 .card-image {
  background-color: #f0faff;
}
.scene {
  display: inline-block;
  width: 100%;
  height: 486px;
  perspective: 600px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform .6s;
}

.flip-card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.teste-section {
  background-color: #030b32;
  padding: 90px 20px;

 
}

.teste-section p {
  max-width: 500px;
}
.card__face {
  position: absolute;
  width: 100%;
  height: 462px;
  color: #000 !important;
  text-align: center;
  backface-visibility: hidden;
  border-radius: 20px;
}
.card__face .card-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.card__face .card-description p {
  font-size: .9rem;
}

.card__face--back {
  transform: rotateY(180deg);
}
.card__face .card-description {
  padding: 0 30px 40px;
  text-align: center;
}
.card__face--back  .card-description {
  padding: 50px 30px 40px;
  text-align: center;
}
.card__face .card-image {
  padding: 20px;
}
.bg-vantagens {
  background-color: #fff6f0;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .flip-card-button:not(.close) {
    right: 35%;
  }

  .card__face {
    width: auto;
    height: 100%;
    margin: 0px 16px;
  }

  .card__face .card-title{
    margin: 17px 0;
  }
  .accordion .ac-item{
    min-height: 150px;
    align-content: center;
  }
  .accordion .ac-item .ac-title {
    padding-bottom: 31px;

   }
   .accordion .ac-item .ac-content{
   padding: 12px 20px 12px 21px;
   }

  .button-cta, .button-video {
    padding: 1.1rem;
    max-width: 92%;
  }

  .button-cta2{
    padding: 1.1rem ;
  }
  .teste-section p {
    padding-bottom: 50px;
  }
  .scene {
    height: 527px;
  }

  .topicos div {
    padding-top: 20px;
    margin: 20px 0;
    border-radius: 20px;
   }

   .topicos span {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
   }

   .topicos p {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
   }

   .case-card{
    width: 90%;
    height: 420px;
    margin: 0px auto;
    align-content: center;
   }

   .depoimento-mobile{
    background-image: url('/images/lp-b/yellow-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 30px;
    padding: 20px 10px 10px;
    border-radius: 20px;
   }
   .depoimento-mobile p{
        margin-top: 17px;
        padding: 05px;
   }

   .case-texto {
        text-align: center;
    }

    .owl-carousel .owl-item img {
        margin: auto;
        max-width: 120px;
    }

   .owl-carousel .owl-nav button[class*=owl-] {
    top:-3% !important;
    border: none;
   }

   .owl-carousel .owl-nav button[class*=owl-] {
    margin: 40px 17px 0;
   }

   .no-js .owl-carousel, .owl-carousel.owl-loaded {
    width:100%!important;
   }

   .cases {
    width: 100%; /* ou qualquer largura desejada */
    display: flex;
    justify-content: center;
    overflow: hidden; /* Garante que o conteúdo extra seja ocultado */
}

  .cases-carousel  {
    width: 80%!important; /* Defina a largura desejada para a div carousel */
    display: flex;
    
    }
    
   .faq img {
    width: 100vw;
   }
   .accordion .ac-item .ac-title{
    padding-left: 21px;
   }
   .accordion .ac-item .ac-title:before {
        right: 21px;
    }
}
.bg-vantagens img {
  position: absolute;
  top: -40px;
  right: -40px;
  max-width: 300px;
}
.list-icon {
  list-style: none;
  padding-left: 0
}

.list-icon li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700
}
.list-icon.list-icon-check li:before {
  content: "\f00c";
  font: 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  color: var(--cor-terciaria)!important;
}
#section5 {
  background-color: #f4f6ff;
}

.circle-red {
  background-color: #ee7f7f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.circle-green {
  background-color: #80d080;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.card-funcionalidades {
  background-color: #f0faff;
  padding: 20px 40px;
  border-radius: 15px;
  height: 100%;
  min-height: 361px;
}
.card-funcionalidades .card-title  {
  display: flex;
  margin-top: 15px;
}
.card-funcionalidades .card-title img {
  width: 40px;
  margin-right: 10px;
}
.card-funcionalidades .card-description p {
  color: #000;
  margin-top: 10px;
}
.funcionalidades .owl-dots {
  text-align: center;
  bottom: 0;
  margin-bottom: 0;
  position: relative
}

.funcionalidades .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s;
  border-radius: 30px
}

.funcionalidades .owl-dots .owl-dot.active span {
  background: #869791
}

#section8 {
  background-color: #f1c740 ;
}

@media (max-width: 768px) {
  .bg-vantagens img {
    display: none;
  }
  #slider .img-slider1 {
    position: relative;
    left: 0;
    width: 100%; 
    height: auto;
  }
  .l-h-1-2 {
    line-height: 1.2;
  }
  .card-funcionalidades {
    min-height: 275px;
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes pulse {
  0% {
      transform: scaleX(1)
  }

  50% {
      transform: scale3d(1.05,1.05,1.05)
  }

  to {
      transform: scaleX(1)
  }
}
#whatsapp-float-icon {
  position: fixed;
  z-index: 200;
  background-color: #51ca5f;
  border-radius: 50%;
  bottom: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  color: #fff;
  font-size: 29px;
  height: 60px;
  line-height: 30px;
  right: 20px;
  text-align: center;
  transition: .3s;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#whatsapp-float-icon i {
  font-size: 30px;
}
#section8 {
  background-color: transparent;
}
.background-form {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 70px 0 40px;
  border-radius: 20px;
  height: 685px;
  align-content: center;
}
.form-contato input+label.form-label, .form-contato input:not(:placeholder-shown)+label.form-label {
  font-size: .75rem;
  top: -1.2rem;
}
.form-group {
  margin-bottom: 34px;
}
.float-label {
  padding-bottom: 10px;
}

.form-contato label.form-label {
  left: 0px;
}
.custom-control-label a {
  color: #0d1333;
  text-decoration: underline !important;
}
.button-contato {
  background: var(--cor-terciaria) !important;
}
.custom-control-label {
    font-size: .8rem;
}
#section8 {
  background-image: url("/images/desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #section8 {
    background-image: url("/images/mobile.webp");
  }
}
.interface img {
  border-radius: 20px;
}