:root {
  --secondary: #F5F7FA;
  --primary: #6C049C;
  --primary-rgb: 108, 4, 156;
  --green: #10AF74;
  --gold: #E5780B;
  --gold-rgb: 229, 120, 11;
}

@media (max-width: 600px) {
  .container {
    width: 90%;
    padding: 0 0.15rem;
    max-width: 580px !important;
  }
}

body {
  /* background-color: var(--secondary); */
  background-color: #EDF1F5;
}

.bsnet {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.bsnet footer,
.bsnet [class*="-footer"] {
  margin-top: auto;
}


.fsocial-item-link {
  display: block;
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}


.app-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0px;
  background-color: #6C049C;
}

.app-brand img {
  width: 46%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(-2deg);
}


.app-brand-items {
  align-items: center;
  font-family: 'Onest-Bold';
  font-size: 18.5px;
}

.footer-title {
  font-family: 'Onest-Bold';
  font-size: 16.5px;
}


.footer-contain-alink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem 0 !important;
  color: rgba(255, 255, 255, 0.7);
}


.footer-contain-alink * {
  padding: 0;
  margin: 0;
}



.section-card,
.section-card-contain {
  padding: 1rem 0;
}

.card-title {
  font-family: 'Onest-Bold';
  font-size: 1.2rem;
}

.card-title+span {
  display: block;
  margin-top: -0.25rem;
}

.card-plan {
  width: 100%;
  padding: 1rem;
  min-height: 250px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid var(--primary);
  background-image: url('../img/8.png');
  background-position: bottom left;
  position: relative;
}

.card-plan.gold {
  background-color: rgba(var(--gold-rgb), 0.2);
  border-color: var(--gold);
}

.card-plan.gold .asbolute-icon {
  color: var(--gold) !important;
}

.asbolute-icon {
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  position: absolute;
  color: var(--primary);
}

.card-plan.active {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.2);
}

.card-plan * {
  /* font-family: 'Onest-Regular'; */
}

.card-plan-title {
  display: block;
  font-size: 1.4rem;
  font-family: 'Onest-Bold';
  margin-bottom: -4px;
}

.card-plan-title+span {
  line-height: 1.2;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.card-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Onest-Regular';
}

.card-plan-price {
  font-size: 1.4rem;
  font-family: 'Onest-Bold';
}

.card-plan-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1rem;
  gap: 3px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.card-description-item {
  display: flex;
  align-items: center;
  font-size: 0.82rem;
  gap: 5px;
  font-family: 'Onest-Regular';
}

.card-description-item i {
  color: var(--green);
}

.strech-items {
  align-items: stretch;
  justify-content: stretch;
}


.bg-tes {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  /* transform: skewY(-15deg);
  background: linear-gradient(135deg, #4a90e2, #9013fe); */
  background-image: url('../img/bg-right-32.png');
  background-position: left;
}

.bg-tes.alt {
  width: 100%;
  height: 100%;
  z-index: 999;
  /* overflow: hidden; */
}

.bg-tes.alt::before {
  transform: skewX(0deg) rotate(45deg);
}

.bg-tes.alt::after {
  content: '';
  top: 0;
  left: 0;
  width: 380%;
  height: 380%;
  position: absolute;
  z-index: -1;
  transform: rotate(-15deg);
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-tes::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  transform: skewY(-25deg);
  /* Ajuste o ângulo conforme necessário */
  transform-origin: top left;
  /* Define o ponto de origem da transformação */
  z-index: -1;
  /* Coloca o pseudo-elemento atrás do conteúdo */
}



/* .bg-tes .flex.flex-wrap {
  min-height: 60vh;
  justify-content: center;
  align-items: center;
} */

.ratings .gold {
  color: var(--gold);
}

.carousel {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: flex-start;
}

.carousel-item {
  width: 100%;
  min-width: 50% !important;
  display: flex;
  /* overflow: hidden; */
  /* position: relative; */
  padding: 0 1rem;
  transition: 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .carousel-item {
    min-width: 100% !important;
  }
}

/*
.carousel-item.active {
  opacity: 1;
  pointer-events: all;
} */

.carousel-item .contain-img {
  width: 35%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/bg-2.png');
  background-size: 120px;
  background-position: center;
}

.carousel-item .contain-img i {
  font-size: 2.5rem;
  width: 80px;
  height: 75px;
  aspect-ratio: 1/1;
  display: flex;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.25rem;
  border: 1px solid var(--primary);
}

.carousel-captions {
  width: 65%;
}

.carousel-captions .card-title {
  line-height: 1.2;
  display: block;
}

.btn-to {
  display: inline-block;
  text-align: center;
  padding: 0.65rem 1rem;
  border: 1px solid var(--primary);
  border-radius: 0.25rem;
  color: var(--primary);
  transition: box-shadow 0.25s ease-in-out;
}

.btn-to:hover {
  color: white;
  background-color: var(--primary);
}

.btn-to.bg {
  color: white !important;
  background-color: var(--primary);
}

.btn-to.bg:hover {
  opacity: 0.7;
}

.btn-to:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}

.carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  gap: 8px;
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
}

.indicator-left,
.indicator-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.carousel-indicators>*:hover {
  color: white;
  background-color: var(--primary);
}

@media (max-width: 560px) {
  .carousel-item {
    flex-wrap: wrap;
  }

  .carousel .contain-img {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .carousel-captions {
    /* text-align: center; */
    width: 100%;
  }

  .actions-to {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.card-title+h1 {
  font-size: 2.5rem;
  margin-top: -0.3rem;
  color: var(--primary);
  font-family: 'Onest-Bold';
}

.btn-download-app {
  height: 60px;
  border-radius: 10%;
  display: flex;
}

.btn-download-app:hover {
  opacity: 0.7;
}

.btn-download-app img {
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: 10px;
}

.big_t {
  font-size: 1.2rem;
  font-family: 'Onest-Bold';
}

.card-title_big {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.card-title_big>div {
  font-size: 2rem;
}


h3:has(.colored) {
  font-family: 'Onest-Bold';
  font-size: 2.5rem;
}

.colored {
  color: var(--primary);
}

.form-img {
  width: 240px;
  margin: 4rem auto;
}

.form-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.newsletter-form {
  bottom: -8rem;
  z-index: 99;
  padding: 2rem;
  position: relative;
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}


.input-group>h3 {
  display: block;
  text-align: center;
  margin: 0 auto;
}


.input-group .btn {
  background-color: var(--primary);
  color: white;
  font-family: 'Onest-Regular';
  margin-left: 1rem;
}


/**
 *
 * Navbar
 *
 */


.navbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999999;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar * {
  color: #000;
}

.navbar-items {
  flex: 1;
  margin: 0;
  height: 100%;
  gap: 1.5rem;
  margin-left: 1rem;
  align-items: center;
  position: relative;
}

.nav-item,
.nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-item:has(input) input {
  padding-left: 2.5rem;
  font-size: 0.85rem;
  border-radius: 50px;
  background-color: #f2f2f2;
  font-family: 'Onest';
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.nav-item:has(input) {
  position: relative;
}

.nav-item:has(input) i {
  top: 50%;
  left: 1rem;
  position: absolute;
  transform: translateY(-50%);
}

.nav-link:not(.icon)::after {
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #000;
  transform: translateX(-50%);
  transition: width 0.25s ease-in-out;
}

.nav-link:hover {
  opacity: 0.7;
  color: #000;
}

.nav-link.icon:hover {
  opacity: 0.9;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.nav-link:not(.icon):hover::after {
  width: 100%;
}

.nav-link.icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-link.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
}

.mobile-items {
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: white;
  position: absolute;
  padding: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.mobile-items .container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mob-item {
  width: 100%;
  display: flex;
  margin: 0;
}

.mob-link {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mob-link>* {
  margin: 0;
}


@media (max-width: 992px) {
  .navbar-toggler {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    margin-left: auto;
  }

  .navbar-toggler .line {
    width: 75%;
    height: 1.5px;
    background-color: #000;
    box-shadow: 0 -5px 0 #000, 0 5px 0 #000;
    pointer-events: none;
  }

}


.header-link {
  color: #000;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.header-link+.header-link {
  margin-left: 0.5rem;
}

.icon.zapp {
  color: white !important;
  background-color: #10AF74;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-family: 'Onest-Bold';
}

.navbar-brand>* {
  margin: 0;
}


.navbar-brand .logo {
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 0;
  background-color: var(--primary);
  color: white;
}


.navbar-brand>*:last-child {
  color: var(--primary);
  font-size: 1.15rem;
  margin-left: 0.25rem;
}


img {
  max-width: 100%;
}


.bsheader {
  top: -80px;
  min-height: 100vh;
  position: relative;
  background-image: url('../img/bg-1-2.png');
  background-size: cover;
  background-position: bottom right;
}


.bsheader>.flex {
  padding: 0 2rem;
  flex-wrap: wrap;
}

@media (max-width: 560px) {
  .bsheader>.flex {
    padding: 0 1.4rem;
  }
}


.bs-header-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}


.bs-header-img img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}


























































/**
 *
 * bn-header
 *
 */

.bn-header {
  width: 100%;
  margin-top: -80px;
  position: relative;
  padding-top: 60px;
  min-height: 115vh;
  background-color: var(--secondary);
  background-image: url('../img/224092.jpg');
  /* background-size: 40%; */
  background-size: cover;
  /* background-position: top right; */
  /* background-color: #6C049C; */
}

.bn-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #6C049C, transparent);
}

.bn-header svg {
  left: 0;
  bottom: 0;
  position: absolute;
}

/* .bn-header svg path {
  fill: #EDF1F5;
} */
