body {
  background-color: white;
}
.form-check-input.check-purple {
  border-color: var(--bs-purple);
}

.form-check-input.check-purple:checked {
  border-color: var(--bs-purple);
  background-color: var(--bs-purple);
}

.form-check-input.check-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 60, 176, 0.25);
}

.background-fundo-claro {
  background-color: #F8F9FA;
}

.primary-color {
  color: #2F3E47;
}

.second-color {
  color: hsl(0, 0%, 100%);
}

.destaque-color {
  color: #7744D9;
}

.title-k-logo {
  color: #7744D9;
  font-weight: 700;
  font-size: 26px;
}

.title-rest-logo {
  color: white;
  font-weight: 600;
  font-size: 22px;
}

.title-section {
  font-size: 26px;
}

.background-primary {
  background-color: #2F3E47;
}

.logo-enterprise {
  color: hsl(0, 0%, 100%);
}

.border-top-line {
  border-top: 1px solid hsl(0, 0%, 100%);
}

.border-top-line-cinza {
  border-top: 1px solid #98a6ad;
}

.border-top-line-cinza_p2 {
  border-top: 1px solid #ccc;
}

.btn-yellow-shadow {
  box-shadow: 1px 5px 9px rgba(241, 96, 1, 0.32);
}

.btn-purple-shadow {
  box-shadow: 1px 5px 9px rgba(119, 68, 217, 0.32);
}

.border-bottom-destaque {
  height: 5px;
  border: 1px solid #7744D9;
  border-radius: 10px;
  background-color: #7744D9;
}

.border-bottom-primary {
  height: 5px;
  border: 1px solid #7744D9;
  border-radius: 10px;
  background-color: #7744D9;
}

.btn {
  font-weight: 500;
}

.bg-overlay {
  background-color: #1E2A36;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.page_1 .header-desktop {
  color: #DDDEEE;
  background-color: #121519;
  padding: 16px 0;
}
.page_1 .header-desktop .itens-header {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
}
.page_1 .header-desktop .itens-header .nav {
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: color ease-in-out 200ms;
}
.page_1 .header-desktop .itens-header .nav:hover {
  color: hsl(0, 0%, 100%);
}
.page_1 .header-desktop .cta-header button {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page_1 .header-desktop {
    display: none;
  }
}
.page_1 .header-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_1 .header-mobile {
    display: flex;
    background-color: #121519;
    z-index: 9999999999 !important;
  }
}
.page_1 .first-section {
  z-index: 2;
  background: url(../imagens/png_svg/office_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: fixed;
  padding: 80px 0;
  color: #6B6B6B;
  position: relative;
  min-height: 600px;
}
.page_1 .first-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page_1 .first-section .form-lp {
    margin-top: 40px;
  }
}
.page_1 .first-section .submit-btn {
  color: #2F3E47;
}
.page_1 .first-section .form-white {
  background-color: white;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  padding: 20px;
}
.page_1 .first-section video {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
}
.page_1 .first-section video:focus-visible {
  outline: 5px rgba(0, 0, 0, 0.1);
}
.page_1 .first-section h2 {
  color: white;
  margin: 0;
}
.page_1 .first-section .left-section .btn {
  background-color: #F8F9FA;
  font-weight: 500;
}
.page_1 .first-section .left-section .btn:hover {
  background-color: #7744D9;
  color: #333;
}
.page_1 .first-section .left-section .btn:focus-visible {
  color: #ffc107;
}
.page_1 .first-section input {
  color: #212529;
  font-size: 16px;
}
.page_1 .first-section a {
  text-decoration: underline;
}
.page_1 .first-section .dsc {
  font-size: 15px;
  color: white;
}
.page_1 .first-section button {
  font-family: "Poppins";
}
.page_1 .services-section {
  background-color: #121519;
}
.page_1 .services-section h2 {
  color: white;
}
@media screen and (max-width: 768px) {
  .page_1 .services-section {
    padding-bottom: 0 !important;
  }
  .page_1 .services-section .top-line-services {
    margin: 0 !important;
  }
  .page_1 .services-section .linha-service {
    margin: 0 !important;
  }
  .page_1 .services-section .service-item {
    padding-top: 40px;
  }
}
.page_1 .services-section .service-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.page_1 .services-section .subtitle-srv {
  font-size: 22px;
  color: #F2F2F2;
}
.page_1 .services-section .icon-srv {
  max-width: 110px;
}
.page_1 .services-section .icon-srv img {
  width: 100%;
}
.page_1 .services-section .service-name {
  font-size: 18px;
  color: white;
  font-weight: 600;
  margin: 10px 0;
}
.page_1 .services-section .service-description {
  font-size: 14px;
  color: #F2F2F2;
}
.page_1 .metrics-section {
  padding: 5rem;
  background-color: #e3e9ef;
}
.page_1 .metrics-section .item-metrics {
  text-align: center;
}
.page_1 .metrics-section .item-metrics .number {
  font-size: 3rem;
  font-family: "Poppins";
  text-wrap: nowrap;
  font-weight: bold;
}
.page_1 .metrics-section .item-metrics .metric-label {
  font-size: 1.5rem;
  text-wrap: nowrap;
}
.page_1 .product-detail {
  padding: 6rem 0;
}
.page_1 .product-detail .title-detail {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .page_1 .product-detail .title-detail {
    margin-top: 2rem;
  }
}
.page_1 .product-detail .dsc-pr-1 {
  font-size: 1rem;
}
.page_1 .product-detail .list-itens div {
  font-size: 16px;
}
.page_1 .product-detail img.img-pr-1 {
  max-height: 500px;
}
.page_1 .product-detail img.img-check {
  width: 20px;
  height: 20px;
}
.page_1 .product-detail-section-2 {
  position: relative;
  background-color: #121519;
}
.page_1 .product-detail-section-2 .title-detail {
  color: white;
  font-size: 48px;
}
.page_1 .product-detail-section-2 .dsc-pr-2 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.page_1 .product-detail-section-2 .list-itens div {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.page_1 .product-detail-section-2 img.img-pr-2 {
  max-height: 500px;
}
.page_1 .product-detail-section-2 img.img-check {
  width: 20px;
  height: 20px;
}
.page_1 .section-price-table {
  background-color: #121519;
}
@media screen and (max-width: 768px) {
  .page_1 .section-price-table {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
.page_1 .section-price-table .t-pricing {
  font-size: 48px;
  color: white;
}
.page_1 .section-price-table .subtitle-pricing {
  font-size: 18px;
  color: #7744D9;
}
@media screen and (max-width: 768px) {
  .page_1 .section-price-table .box-plans {
    flex-wrap: wrap !important;
  }
}
.page_1 .section-price-table .card-plan {
  background-color: #1E2A36;
  color: #98a6ad;
  border-radius: 4px;
  padding: 10px 5px;
}
.page_1 .section-price-table .card-plan .type-plan {
  color: #049D8E;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  letter-spacing: 2px;
}
.page_1 .section-price-table .card-plan .price-plan {
  color: white;
  font-size: 36px;
  margin-bottom: 10px;
}
.page_1 .section-price-table .card-plan .period-plan {
  margin-bottom: 30px;
  font-size: 13px;
}
.page_1 .section-price-table .card-plan .features-plans li {
  margin-top: 15px;
}
.page_1 .section-price-table .card-plan .btn-buy {
  font-weight: 600;
  color: white;
  margin: 10px 0 30px 0;
}
.page_1 .team-section {
  background-color: #e3e9ef;
}
.page_1 .team-section .box-team {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .page_1 .team-section .box-team {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 768px) {
  .page_1 .team-section .title-team-wrapper {
    margin-bottom: 0 !important;
  }
}
.page_1 .team-section .title-team-wrapper .title-team h2 {
  font-size: 48px;
}
.page_1 .team-section .box-member {
  cursor: pointer;
  transition: 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .page_1 .team-section .box-member {
    margin-top: 30px;
  }
}
.page_1 .team-section .box-member:hover {
  scale: 1.05;
}
.page_1 .team-section .box-member img:hover {
  scale: none;
}
.page_1 .clients-section {
  overflow-x: hidden;
  background-color: #121519;
  color: white;
}
.page_1 .clients-section h2 {
  font-size: 48px;
  padding-left: 10px;
  padding-right: 10px;
}
.page_1 .clients-section .swiper, .page_1 .clients-section .swiper-second {
  width: 100%;
}
.page_1 .clients-section .swiper .box-client, .page_1 .clients-section .swiper-second .box-client {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 30px;
}
.page_1 .clients-section .swiper .box-avatar, .page_1 .clients-section .swiper-second .box-avatar {
  width: 60px;
  height: 60px;
}
.page_1 .clients-section .swiper .name-and-stars, .page_1 .clients-section .swiper-second .name-and-stars {
  font-family: "Poppins";
  margin-left: 15px;
}
.page_1 .clients-section .swiper .client-comment, .page_1 .clients-section .swiper-second .client-comment {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.page_1 .clients-section .swiper .swiper-wrapper, .page_1 .clients-section .swiper-second .swiper-wrapper {
  transition-timing-function: linear !important;
}
.page_1 .contact-section {
  position: relative;
  background-color: #191C20;
  padding: 80px 0 !important;
}
.page_1 .contact-section h2 {
  font-size: 48px;
  margin-bottom: 35px;
}
.page_1 .contact-section .form-box {
  color: white;
  background-color: #121519;
  border-radius: 20px;
}
.page_1 .contact-section .form-box input:focus, .page_1 .contact-section .form-box textarea:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgba(119, 68, 217, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(119, 68, 217, 0.25);
}
.page_1 .footer-basic {
  background-color: #121519;
  font-family: "Poppins";
}
.page_1 .footer-basic .footer-item-princ {
  font-weight: 600;
  font-size: 20px;
  color: hsl(0, 0%, 100%);
}
.page_1 .footer-basic .footer-item {
  color: #DDDEEE;
  margin-top: 3px;
  transition: color ease-in-out 200ms;
  font-size: 13px;
}
.page_1 .footer-basic .footer-item:hover {
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .page_1 .footer-basic .row {
    text-align: center;
    gap: 15px;
  }
}