/* HERO PRODUCTS */

.hero {
  padding: 7rem 0;
  background: #F0FFEB;
}

.hero-box {
  display: flex;
  justify-content: center;
  gap: 0;
  padding-top: 10rem;
}

.hero-box .hero-img {
  margin-top:-20px;
}

.page-template-page-nota-fiscal .hero-box .hero-img {
  margin-top:-100px;
}

.page-template-page-nota-fiscal .hero {
  padding-bottom: 0;
}

.hero-img video {
  max-width: 97%;
  height: auto;
  margin-top:15px;
  float:right;
}

.hero-text {
  width: 46.6rem;
}

.hero-text>h1 {
  font-family: "bornasemibold";
  font-size: 48px;
  letter-spacing: -0.015em;
  color: #00695A;
  margin-top: 0;
  margin-bottom: 1.8rem;
  line-height:50px;
  font-weight:normal;
}

#intro {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #00695A;
  line-height:160%;
  margin-bottom:30px;
}

#types-badge {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size:16px;
  color:#00695A;
}

#types-badge .types {
  margin-bottom: 1.2rem;
  display: inline-block;
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  background-color: #00695A;
  border: none;
  color: #FFF;
}

#start-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.6rem;
  margin-bottom: 0;
}

.total_companies {
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  color: #00695A;
  font-family: 'Inter', sans-serif;
  margin-bottom: 3.2rem;
}

.start-now-btn {
  font-size: 15px;
  font-family:"bornasemibold";
  cursor: pointer;
  text-align: center;
  background-color: #00695A;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 12.2rem;
  margin-right: 2.7rem;
  white-space: nowrap;
}

.start-now-btn_2 {
  background: none;
  color:#6F7D7D;
  border: 1px solid #00695A;
}

.start-now-btn_2:hover {
  color:#FFFFFF;
}

.start-now-btn.differentials {
  background-color: var(--second-green);
  color: var(--white);
}

.start-now-btn:hover {
  background-color: var(--primary-green);
}

.call-sales {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25.5rem;
  white-space: nowrap;
}

#start-now>.call-sales>a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #00695A;
}

#start-now>.call-sales>img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
}

@media (max-width: 1023px) {
  .hero-box {
    padding-top: 4.4rem;
  }

  .hero {
    padding: 7rem 0 6rem;
  }
  .hero-img {
    display:none;
  }
}

@media (max-width: 500px) {
  .start-now-btn {
    width: 20rem;
    padding: 1rem;
  }

}

.initial-price {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-green);
  border-radius: 0.8rem;
  padding: 2.4rem 4.5rem 2.6rem 3.4rem;
  width: fit-content;
}

.initial-price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.initial-price .initial-price-content .price p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--grey-medium);
}

.initial-price .initial-price-content .price p:first-child {
  margin-bottom: 0.8rem;
}

.initial-price .initial-price-content .price p span {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--primary-green);
  letter-spacing: -0.015em;
  margin-right: 0.5rem;
}

.price-description p {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--grey-medium);
  line-height: 17px !important;
}

.price-description p span {
  font-weight: 700;
  color: var(--primary-green);
}

.price-description small {
  color: var(--primary-green);
  font-size: 1.1rem;
}

/* HERO PRODUCTS - MEDIA QUERIES */
/* Valores em px e rem para funcionar em  navegadores que não suportam a unidade rem */



@media (max-width: 1100px) {
  .hero-img {
    right: -5rem;
    max-width: 48rem;
  }
}

@media (max-width: 1050px) {
  .hero-img {
    right: -8rem;
    max-width: 45rem;
  }
}

@media (max-width: 1023px) {
  .hero-text {
    width: 100%;
    max-width: 60rem;
  }
  
  .hero-img {
    position: static;
    transform: none;
    max-width: 100%;
    margin-top: 3rem;
  }

}

@media (max-width: 768px) {

  .call-sales {
    display: none;
  }

  .start-now-btn {
    margin-right: 0;
  }

  .box--btn {
    flex-direction: column;
    align-items: center;
  }

  .hero-box {
    align-items: center;
    flex-direction: column;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
  }

  #start-now {
    flex-direction: column;
    align-items: flex-start;
  }

  .total_companies {
    text-align: left;
  }

  .hero-img {
    display: none;
  }
}


@media (max-width: 480px) {

  .initial-price-content {
    flex-direction: column;
    gap: 14px;
    gap: 1.4rem;
  }


  .price-description p{
    font-size: 1.4rem;
  }

  .initial-price .initial-price-content .price p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .initial-price .initial-price-content .price p span {
    font-size: 46px;
    font-size: 3.6rem;
  }

  .hero-img {
    width: 100%;
    display: none;
  }
}

@media (max-width: 375px) {

  #types-badge .types {
    margin-bottom: 30px;
  }

  .hero-img {
    margin-top: 0;
  }
}

/* OUR DIFFERENTIALS */

.our-differentials-products {
  height: auto;
  background: var(--white);
  padding: 0rem 0 3rem;
  overflow: hidden;
}

.header-section {
  display: flex;
  justify-content: space-between;
  background: #f6f6f9;
  margin-bottom: 6.8rem;
}

.header-section-title {
  text-align: left;
}

.header-section-title p {
  color: #00695A;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  font-family:"bornamedium";
  margin-bottom: 0.8rem;
}

.header-section-title h1 {
  color: #021A1A;
  font-size: 36px;
  line-height: 4.6rem;
  letter-spacing: -0.015em;
  font-family:"bornasemibold";
  font-weight:normal;
}

.header-section-title span {
  color: var(--primary-green);
}

.differentials-products {
  background: #ffff;
  align-items: center;
}

.tab-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffff;
  border-bottom: 1px solid #ebecee;
  height: 6.9rem;
  width: 67.2rem;
  max-width: 53.42% !important;
}

.tab-items>.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  height: 6.9rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--grey-light);
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  font-family: 'bornaregular';
  font-weight:normal;
}

.tab-items>.swiper-pagination-bullet:hover, .tab-items>.swiper-pagination-bullet-active {
  border-bottom: 3px solid #00695A;
  font-family: 'bornabold';
  color: #00695A;
  font-weight: normal;
}

.infos-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
}

.panel>img {
  position: absolute;
  width: 70rem;
  height: auto;
  z-index: 1;
  top: -120px;
  margin: 0;
}

.bg {
  position: relative;
  width: 51.1rem;
  height: 50rem;
  background: linear-gradient(202.87deg,
  #29ab67 14.83%,
  #296dab 143.99%,
  #296dab 143.99%);  border-radius: 0.8rem;
  opacity: 0.1;
  z-index: 0;
  display:none;
}

.infos-box .products-differentials-infos {
  width: 50rem;
  height: 44.8rem;
  margin: 0rem 0 5.6rem 4rem;
  background: var(--white);
}

.infos-box .products-differentials-infos h1 {
  text-align: left;
  font-size: 3.2rem;
  font-family:"bornasemibold";
  color: #021A1A;
  margin-bottom: 3.2rem;
  margin-top: 1.1rem;
  font-weight:normal;
}

.infos-box .products-differentials-infos p:nth-child(1) {
  font-size: 1.4rem;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  color: #00695A;
  margin-bottom: 0;
  font-family: "bornamedium";
}

.infos-box .products-differentials-infos p {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--grey-medium);
  margin-bottom: 5.45rem;
}

.infos-box .products-differentials-infos p>a {
  color: var(--primary-green);
}

.to-doc-link {
  text-transform: uppercase;
  color: var(--white);
  padding: 1.5rem 3rem;
  background: var(--primary-green);
  border-radius: 12.2rem;
}

#discount-price {
  line-height: 100%;
}

/* OUR DIFFERENTIALS PRODUCTS - MEDIA QUERIES */
/* Valores em px e rem para funcionar em  navegadores que não suportam a unidade rem */

@media (max-width: 1200px) {
  .infos-box .differentials-infos {
    margin-right: 50px;
    margin-right: 5rem;
  }

  .tab-items {
    margin-right: 20px;
    margin-right: 2rem;
  }
}

@media (max-width: 1150px) {
  .tab-items {
    width: 650px;
    width: 65rem;
  }
}

@media (max-width: 1080px) {
  .our-differentials-products {
    padding: 5.699999999999999rem 0 4.6rem 0;
  }

  .tab-items {
    width: 600px;
    width: 60rem;
  }

}

@media (max-width: 991px) {
  .tab-items {
    width: 540px;
    width: 54rem;
  }

  .infos-box .products-differentials-infos p {
    margin-bottom: 3rem;
  }

  .infos-box .products-differentials-infos .info-list p {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
  }

  .differentials-img>img {
    width: 630px;
    width: 63rem;
  }

}

@media (max-width: 820px) {
  .infos-box .products-differentials-infos p {
    width: 27rem;
  }
}

@media (max-width: 768px) {
  .our-differentials-products {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    overflow: hidden;
    display:none;
  }

  .differentials-products {
    flex-direction: column;
    margin-bottom: 54px;
    margin-bottom: 5.4rem;
  }

  .infos-box .products-differentials-infos p {
    width: 35rem;
  }

  .differentials-products>.header-section-title {
    text-align: center;
  }

  .tab-items {
    width: 650px;
    width: 65rem;
  }

  .header-section-title>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    max-width: unset !important;
  }

  .infos-box {
    flex-direction: column;
    align-items: unset;
  }

  .infos-box .differentials-img {
    width: 750px;
    width: 75rem;
  }

  .differentials-img>img {
    width: 750px;
    width: 75rem;
  }

  .infos-box .products-differentials-infos {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 600px;
    width: 60rem;
    margin: 0;
  }

  .infos-box .products-differentials-infos h1 {
    text-align: center;
  }


}


@media (max-width: 480px) {
  .infos-box {
    height: 74rem;
  }


  .differentials-products {
    margin-bottom: 0;
  }

  .header-section-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .tab-items {
    width: 600px;
    width: 60rem;
    margin-left: 0;
  }

  .tab-items>.swiper-pagination-bullet {
    flex-direction: column;
  }

  .infos-box .differentials-img,
  .differentials-img>img {
    width: 450px;
    width: 45rem;
    height: 400px;
    height: 40rem;
  }

  .infos-box .products-differentials-infos {
    width: 322px;
    width: 32.2rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .table-btn {
    margin: 0;
  }


  .bg {
    width: 250px;
    width: 25rem;
    height: 244px;
    height: 24.4rem;
    margin-left: 24px;
    margin-left: 2.4rem;
    margin-top: 32px;
    margin-top: 3.2rem;
  }

}

@media (max-width: 375px) {
  .tab-items {
    margin-left: 25px;
    margin-left: 2.5rem;
  }

  .infos-box .differentials-img,
  .differentials-img>img {
    width: 350px;
    width: 35rem;
    height: 400px;
    height: 40rem;
  }

}

@media (max-width: 320px) {

  .infos-box .products-differentials-infos p {
    width: 32rem;
  }
}

#pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pages>.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
}

#pages>.swiper-pagination-bullet-active {
  background: var(--primary-green);
}

@media (max-width: 1290px) {
    .hero-img video {
        right: -15rem !important;
        width: 100%;
        max-width: 75rem;
        position: absolute;
        top:-20px;
    }
    .hero-box {
      justify-content: left;
      padding-left: 0px;
      padding-bottom:40px;
      position:relative;
      overflow:hidden;
      margin-right:0;
      padding-right:30px;
    }
    #pages {
      margin-top:0;
    }
}

@media (max-width: 1128px) {
.hero-img video {
      right: -25rem !important;
    }
}

@media (max-width: 1024px) {
    .hero-text>h1 {
      margin-top:20px;
    }
    
}

@media (max-width: 720px) {
    .box-hero .hero-text .title {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    
}

@media (max-width: 1248px) {
    .panel>img {
      width: 63rem !important;
      position: relative;
      top: -90px !important;
    }
}
@media (max-width: 1173px) {
    .panel>img {
      width: 58rem !important;
      top: -100px !important;
    }
}
@media (max-width: 1134px) {
    .panel>img {
      width: 56rem !important;
    }
}
@media (max-width: 1112px) {
    .panel>img {
      width: 52rem !important;
    }
}
@media (max-width: 1064px) {
    .panel>img {
      width: 49rem !important;
    }
}
@media (max-width: 1024px) {
    .panel>img {
      width: 100% !important;
    }
}