h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*********************************************
* FONT SIZE **********************************
**********************************************/
h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.5rem;
}

.font-xss {
  font-size: 0.6rem;
}

.font-xs {
  font-size: 0.8rem;
}

.font-xsm {
  font-size: 0.9rem;
}

.font-sm {
  font-size: 1rem;
}

.font-md {
  font-size: 1.1rem;
}

.font-mdl {
  font-size: 1.25rem;
}

.font-lg {
  font-size: 1.6rem;
}

.font-xl {
  font-size: 2rem;
}

.font-xlm {
  font-size: 2.5rem;
}

.font-xxl {
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .font-xxl {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .font-lg-mdl {
    font-size: 1.25rem;
  }
}

/*********************************************
* BUTTONS ************************************
**********************************************/
button {
  cursor: pointer;
}

button[disabled="disabled"] {
  cursor: default;
}

.btn:focus {
  outline: none !important;
}

.input-group-addon > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.btn-conheca {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.btn-agendar-stone {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #39b065;
  background-color: #e2e2e2;
  border-radius: 30px;
}

.btn-agendar-stone:hover {
  color: #ffffff;
  background-color: #494949;
  transition-duration: 0.5s;
}

.btn-agendar {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #e00000;
  background-color: #e2e2e2;
  border-radius: 30px;
}

.btn-agendar:hover {
  color: #ffffff;
  background-color: #494949;
  transition-duration: 0.5s;
  cursor: pointer;
}

.btn-entrar {
  font-family: "Poppins", sans-serif;
  text-decoration: none !important;
  color: #e60000;
  margin-right: 20%;
  border-radius: 30px;
}

.btn-revenda {
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

.btn-carrosel {
  font-size: 30px !important;
  color: #000 !important;
  z-index: 15;
  height: auto !important;
}

.btn-price {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 12px 0px 12px 0px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #fafafd;
  font-size: 13px;
}

.btn-price.selected-price {
  color: #fff !important;
  background-color: #3697d9 !important;
}

.btn-price.large-price {
  font-size: 18px;
  padding: 7% 0 7% 0;
  border-radius: 60px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
}

.btn-price:hover {
  color: #fff;
  background-color: #3697d9;
}

.btn-price:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

/*********************************************
* BORDER *************************************
**********************************************/
.bd-0 {
  border-width: 0 !important;
}

.bordered {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.border-b-default {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/*********************************************
* FORM ***************************************
**********************************************/
.form-control-custom {
  position: relative;
}

.form-control-custom .form-control {
  padding-right: 35px;
}

.form-control-icon {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  padding-right: inherit;
  position: absolute;
  right: 7.5px;
  text-align: right;
  top: calc(50% - 0.5em);
  width: 30px;
}
.form-control {
  background-color: white !important;
  color: black !important;
}
.space-normalize {
  padding: 0.785rem 1.67rem;
  font-size: 1rem;
}

/*********************************************
* DROPDOWN **********************************
**********************************************/

.dropdown > .dropdown-menu > li > .dropdown-item {
  border-left: 8px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown > .dropdown-menu {
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  border: none;
  background-color: #f8f9fa;
}

.dropdown > .dropdown-menu > li > .dropdown-item:hover {
  background-color: #fff;
  transition: 1s;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
}

/*********************************************
* SEPARATOR **********************************
**********************************************/
.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.separator-2,
.separator-3 {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  height: 1px;
}

.separator-2-light {
  width: 95%;
  margin-bottom: 15px;
  position: relative;
  height: 1px;
  background: linear-gradient(to right, #000000 50%, transparent 100%);
}

.separator-4 {
  border-top: 1px solid #bebebe;
  width: 100%;
}

.separator-5 {
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.separator-6 {
  border-top: 3px solid #bebebe;
  width: 100%;
}

/* SEPARATOR 1 ********************************/
.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(35%, rgba(0, 0, 0, 0.09)),
    color-stop(70%, rgba(0, 0, 0, 0.09)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

h3 + .separator,
h4 + .separator,
h5 + .separator {
  margin-top: 15px;
}

/* SEPARATOR 2 ********************************/
.separator-2:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.18)),
    color-stop(35%, rgba(0, 0, 0, 0.12)),
    color-stop(70%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}

/* SEPARATOR 3 ********************************/
.separator-3:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0%, rgba(0, 0, 0, 0.18)),
    color-stop(35%, rgba(0, 0, 0, 0.12)),
    color-stop(70%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 35%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}

/*********************************************
* HEADER TOP *********************************
**********************************************/
#header-top {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

.social-links a {
  display: inline-block;
  border-radius: 100%;
}

.social-links i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.form-login {
  width: 290px;
  padding: 15px;
}

/*********************************************
* HEADER NAVBAR ******************************
**********************************************/
#navbar {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
  box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
}

/*********************************************
* FRONT **************************************
**********************************************/
#front {
  /*background: url(../img/bg.jpg) no-repeat center center;*/
  /* background-color: #3697d9; */
  background-image: linear-gradient(to right, #e60000, #8c0101);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

#front .layer {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#front .title {
  font-weight: normal;
}

#front .pricipal {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.3em;
}

.btn-front {
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

.btn-front:hover {
  transition-duration: 0.5s;
}

.carrosel {
  width: 100%;
}

.carrosel a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.carrosel a:hover {
  color: #e60000;
  transition-duration: 0.5s;
}

.noticias {
  width: 32.5%;
}

.noticias a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.noticias a:hover {
  color: #e60000;
  transition-duration: 0.5s;
}

.accept-terms {
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  border: 1px solid #e7eaf3;
  border-radius: 0.35rem;
  padding: 0px !important;
}

.links {
  text-decoration: none;
  color: #e60000;
  cursor: pointer;
}

.links:hover {
  color: #000;
  transition-duration: 0.5s;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  margin-bottom: 70px;
  left: 0;
  bottom: 10px;
  z-index: 1030;
}

.hidden {
  display: none;
}

.soft-bold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: bold;
}

.font-normalizer {
  font-weight: normal;
}

.shadow-underlayer {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.clients-comments {
  max-width: 100%;
  height: auto;
}

.img-fluid-mobile {
  display: none;
}

.profile-img {
  background-color: #ffd3d3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  max-width: none;
}

.round-corner {
  border-radius: 8px;
}

.big-border-icon {
  color: #e60000;
  font-size: 47px;
  border-radius: 50%;
  padding: 0.5em;
  border: 5px solid #e60000;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.square-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #e60000;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.fit-size-video {
  min-height: 295px;
}

.summary-title-functionality {
  min-height: 40px;
}

.summary-description-functionality {
  min-height: 145px;
}

.link-focus-redirect {
  text-decoration: underline;
  color: #e60000;
  font-weight: 600;
}

.link-focus-redirect:hover {
  color: #3697d9;
  transition: 0.5s;
}

.align-divs {
  flex-wrap: nowrap;
  align-items: center;
}

.half-size-image {
  text-align: center;
  width: 50%;
}

.mid-size-image {
  text-align: center !important;
  width: 75%;
}

.large-size-image {
  text-align: center !important;
  width: 85%;
}

.full-size-image {
  text-align: center;
  width: 100%;
}

.image-border {
  border-radius: 10px;
}

.icone-funcionalidades {
  text-align: center;
  width: 30% !important;
  padding-top: 10px;
  margin-bottom: 10px;
}

.box-feature {
  border-bottom: 1px solid #ced4da;
  box-shadow: 1px 3px 10px #ced4da;
  min-height: 343px !important;
  transition: transform 0.3s ease;
  padding: 20px;
}

.box-feature:hover {
  transform: translateY(-10px);
}

.box-light {
  border: 1px solid #ececec;
  background-color: #ececec;
  border-radius: 5px;
  box-shadow: 1px 2px 5px #a19d9d;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-front-back {
  background-color: transparent;
  width: auto;
  height: 80px;
  perspective: 1000px;
  transition: height 0.3s ease;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.card-front-back:hover {
  height: 170px;
}

.innerCard {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition:
    transform 0.8s,
    height 0.3s ease;
  transform-style: preserve-3d;
  cursor: pointer;
}

.card-front-back:hover .innerCard {
  transform: rotateY(180deg);
}

.frontSide,
.backSide {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
}

.card-icon {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 1.3rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.frontSide:hover .card-icon {
  color: #ff5555;
  transform: scale(1.2);
}

.frontSide,
.frontSide::before {
  background: #578316;
}

.backSide,
.backSide::before {
  background: #f54141;
}

.backSide {
  transform: rotateY(180deg);
}

.frontSide::before,
.backSide::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0.3;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.box-historias {
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: 1px 3px 10px #ced4da;
  min-height: 350px;
}

.img-content {
  max-width: 100%;
  height: auto;
}

.img-move {
  transition: transform 0.3s ease;
}

.img-move:hover {
  transform: translateY(+10px);
}

@media (min-width: 577px) and (max-width: 991px) {
  .align-divs {
    flex-direction: column;
    align-items: center;
  }

  .align-video {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0px 0px 0px;
  }

  .video-product {
    width: 100%;
    min-height: 350px !important;
    border-radius: 10px;
  }
}

@media (max-width: 576px) {
  .align-divs {
    flex-direction: column;
    align-items: center;
  }

  .align-video {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 991px) {
  #front {
    /*background: url(../img/bg.jpg) no-repeat center center;*/
    /* background-color: #3697d9; */
    background-image: linear-gradient(to right, #e60000, #8c0101);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
  }
}

/*********************************************
* PRICING ************************************
**********************************************/

/* Pricing tables
---------------------------------- */
.plan .header {
  margin: 0 -1px;
}

.plan .header h3 {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  padding: 15px 0 10px;
}

.plan .header .price {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1;
  padding: 8px 0 10px;
}

.plan ul li {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #ffffff;
  padding: 12px 5px;
}

.plan.best-value ul li {
  padding: 15px 5px;
}

/* Pricing radio selection
---------------------------------- */
.new-account-plan-list,
.new-account-plan-list .new-account-plan-wrapper {
  padding: 0 7.5px;
}

.new-account-plan-wrapper {
  position: relative;
}

.new-account-plan-wrapper label {
  border: 2px solid #3697d9;
  color: #3697d9;
  cursor: pointer;
  width: 100%;
}

.new-account-plan-wrapper label:hover,
.new-account-plan-wrapper label:focus {
  outline: 2px solid #3697d9;
}

.new-account-plan-wrapper input:checked + label {
  border: 2px solid #21bb9d;
  color: #21bb9d;
  outline: 4px solid #21bb9d;
}

.new-account-plan-name,
.new-account-plan-price {
  line-height: 1em;
  margin: 10px 0;
}

.new-account-plan-price small {
  font-size: 0.55em;
}

.plan-separator {
  border-left: none;
  border-right: none;
  border-top: 1px solid #f1f1f3;
  border-bottom: 1px solid #f1f1f3;
}

@media (max-width: 767px) {
  .new-account-plan-wrapper:nth-child(1),
  .new-account-plan-wrapper:nth-child(2),
  .new-account-plan-wrapper:nth-child(3) {
    margin-bottom: 7.5px;
  }
}

@media (max-width: 992px) {
  .text-center-mobile {
    text-align: center;
  }

  .beak-tax {
    border-top: 1px solid #f1f1f3;
  }
}

@media (min-width: 768px) {
  .best-value.plan {
    top: -30px;
    position: relative;
    z-index: 2;
  }

  .col-lg-2_5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .plan-separator {
    border-left: 1px solid #f1f1f3;
    border-right: 1px solid #f1f1f3;
    border-top: none;
    border-bottom: none;
  }
}

/*********************************************
* MODULOS FRONT ******************************
**********************************************/
#modulos-front .container {
  background-position: bottom right;
  background-origin: border-box;
  background-clip: border-box;
  background-repeat: no-repeat;
}

@media (min-width: 770px) {
  /* .ulButtonsMenu {
		display:flex !important;
	} */
}

@media (max-width: 500px) {
  /* .ulButtonsMenu{
		display:none !important;
	} */
  .noticias {
    width: 100%;
  }

  .carrosel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #front {
    background-image: none;
    background-color: #dc0f10;
  }

  /*
	.ulButtonsMenu .btn{
		width:50% !important;
		margin:0 !important;
	}
	*/
}

@media (min-width: 992px) {
  .d-none-lg {
    display: none !important;
  }

  .d-flex-lg {
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .img-fluid {
    display: none;
  }

  .img-fluid-mobile {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .d-flex-md {
    display: flex !important;
  }
}

/*********************************************
* FRONT **************************************
**********************************************/
@media (max-width: 767px) {
  .form-control + .input-group-addon:not(:first-child) {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
  }

  .input-group-addon > .btn {
    border-radius: 4px;
  }

  #plans-mobile {
    display: block !important;
  }

  #plans-normal {
    display: none !important;
  }

  #front .pricipal {
    font-size: 2.45em;
    line-height: 1.3em;
  }

  .section-accept-terms {
    width: 100% !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1029;
  }

  .fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
  }

  .ca {
    font-size: 0.85em;
  }
}

/*********************************************
* MODAL **************************************
**********************************************/
@media (max-width: 992px) {
  .modal-dialog {
    width: 97.5% !important;
    max-width: 97.5% !important;
  }
}

/*********************************************
* WHATSAPP CHAT ******************************
**********************************************/
.whatswidget-custom {
  color: revert;
  font: revert;
  font-feature-settings: revert;
  font-kerning: revert;
  font-optical-sizing: revert;
  font-synthesis: revert;
  font-variation-settings: revert;
  forced-color-adjust: revert;
  text-orientation: revert;
  text-rendering: revert;
  -webkit-font-smoothing: revert;
  -webkit-locale: revert;
  -webkit-text-orientation: revert;
  -webkit-writing-mode: revert;
  writing-mode: revert;
  zoom: revert;
  accent-color: revert;
  place-content: revert;
  place-items: revert;
  place-self: revert;
  alignment-baseline: revert;
  animation: revert;
  app-region: revert;
  appearance: revert;
  aspect-ratio: revert;
  backdrop-filter: revert;
  backface-visibility: revert;
  background: revert;
  background-blend-mode: revert;
  baseline-shift: revert;
  block-size: revert;
  border-block: revert;
  border: revert;
  border-radius: revert;
  border-collapse: revert;
  border-end-end-radius: revert;
  border-end-start-radius: revert;
  border-inline: revert;
  border-start-end-radius: revert;
  border-start-start-radius: revert;
  inset: revert;
  box-shadow: revert;
  box-sizing: revert;
  break-after: revert;
  break-before: revert;
  break-inside: revert;
  buffered-rendering: revert;
  caption-side: revert;
  caret-color: revert;
  clear: revert;
  clip: revert;
  clip-path: revert;
  clip-rule: revert;
  color-interpolation: revert;
  color-interpolation-filters: revert;
  color-rendering: revert;
  color-scheme: revert;
  columns: revert;
  column-fill: revert;
  gap: revert;
  column-rule: revert;
  column-span: revert;
  contain: revert;
  contain-intrinsic-block-size: revert;
  contain-intrinsic-size: revert;
  contain-intrinsic-inline-size: revert;
  content: revert;
  content-visibility: revert;
  counter-increment: revert;
  counter-reset: revert;
  counter-set: revert;
  cursor: revert;
  cx: revert;
  cy: revert;
  d: revert;
  display: none;
  dominant-baseline: revert;
  empty-cells: revert;
  fill: revert;
  fill-opacity: revert;
  fill-rule: revert;
  filter: revert;
  flex: revert;
  flex-flow: revert;
  float: revert;
  flood-color: revert;
  flood-opacity: revert;
  grid: revert;
  grid-area: revert;
  height: revert;
  hyphens: revert;
  image-orientation: revert;
  image-rendering: revert;
  inline-size: revert;
  inset-block: revert;
  inset-inline: revert;
  isolation: revert;
  letter-spacing: revert;
  lighting-color: revert;
  line-break: revert;
  list-style: revert;
  margin-block: revert;
  margin: revert;
  margin-inline: revert;
  marker: revert;
  mask: revert;
  mask-type: revert;
  max-block-size: revert;
  max-height: revert;
  max-inline-size: revert;
  max-width: revert;
  min-block-size: revert;
  min-height: revert;
  min-inline-size: revert;
  min-width: revert;
  mix-blend-mode: revert;
  object-fit: revert;
  object-position: revert;
  offset: revert;
  opacity: 0;
  order: revert;
  origin-trial-test-property: revert;
  orphans: revert;
  outline: revert;
  outline-offset: revert;
  overflow-anchor: revert;
  overflow-clip-margin: revert;
  overflow-wrap: revert;
  overflow: revert;
  overscroll-behavior-block: revert;
  overscroll-behavior-inline: revert;
  overscroll-behavior: revert;
  padding-block: revert;
  padding: revert;
  padding-inline: revert;
  page: revert;
  page-orientation: revert;
  paint-order: revert;
  perspective: revert;
  perspective-origin: revert;
  pointer-events: revert;
  position: revert;
  quotes: revert;
  r: revert;
  resize: revert;
  ruby-position: revert;
  rx: revert;
  ry: revert;
  scroll-behavior: revert;
  scroll-margin-block: revert;
  scroll-margin: revert;
  scroll-margin-inline: revert;
  scroll-padding-block: revert;
  scroll-padding: revert;
  scroll-padding-inline: revert;
  scroll-snap-align: revert;
  scroll-snap-stop: revert;
  scroll-snap-type: revert;
  scrollbar-gutter: revert;
  shape-image-threshold: revert;
  shape-margin: revert;
  shape-outside: revert;
  shape-rendering: revert;
  size: revert;
  speak: revert;
  stop-color: revert;
  stop-opacity: revert;
  stroke: revert;
  stroke-dasharray: revert;
  stroke-dashoffset: revert;
  stroke-linecap: revert;
  stroke-linejoin: revert;
  stroke-miterlimit: revert;
  stroke-opacity: revert;
  stroke-width: revert;
  tab-size: revert;
  table-layout: revert;
  text-align: revert;
  text-align-last: revert;
  text-anchor: revert;
  text-combine-upright: revert;
  text-decoration: revert;
  text-decoration-skip-ink: revert;
  text-indent: revert;
  text-overflow: revert;
  text-shadow: revert;
  text-size-adjust: revert;
  text-transform: revert;
  text-underline-offset: revert;
  text-underline-position: revert;
  touch-action: revert;
  transform: revert;
  transform-box: revert;
  transform-origin: revert;
  transform-style: revert;
  transition: revert;
  user-select: revert;
  vector-effect: revert;
  vertical-align: revert;
  visibility: revert;
  border-spacing: revert;
  -webkit-border-image: revert;
  -webkit-box-align: revert;
  -webkit-box-decoration-break: revert;
  -webkit-box-direction: revert;
  -webkit-box-flex: revert;
  -webkit-box-ordinal-group: revert;
  -webkit-box-orient: revert;
  -webkit-box-pack: revert;
  -webkit-box-reflect: revert;
  -webkit-highlight: revert;
  -webkit-hyphenate-character: revert;
  -webkit-line-break: revert;
  -webkit-line-clamp: revert;
  -webkit-mask-box-image: revert;
  -webkit-mask: revert;
  -webkit-mask-composite: revert;
  -webkit-perspective-origin-x: revert;
  -webkit-perspective-origin-y: revert;
  -webkit-print-color-adjust: revert;
  -webkit-rtl-ordering: revert;
  -webkit-ruby-position: revert;
  -webkit-tap-highlight-color: revert;
  -webkit-text-combine: revert;
  -webkit-text-decorations-in-effect: revert;
  -webkit-text-emphasis: revert;
  -webkit-text-emphasis-position: revert;
  -webkit-text-fill-color: revert;
  -webkit-text-security: revert;
  -webkit-text-stroke: revert;
  -webkit-transform-origin-x: revert;
  -webkit-transform-origin-y: revert;
  -webkit-transform-origin-z: revert;
  -webkit-user-drag: revert;
  -webkit-user-modify: revert;
  white-space: revert;
  widows: revert;
  width: revert;
  will-change: revert;
  word-break: revert;
  word-spacing: revert;
  x: revert;
  y: revert;
  z-index: revert;
}

.whatswidget-widget-wrapper {
  font-family:
    "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 75px !important;
  z-index: 1001 !important;
}

.whatswidget-conversation-message-outer {
  background-color: #fff !important;
  padding: 10px !important;
  margin: 10px !important;
  margin-left: 0px !important;
  border-radius: 5px !important;
  font-size: 1.2rem !important;
  box-shadow: rgba(0, 0, 0, 0.342) 0px 2.5px 10px !important;
  cursor: pointer !important;
  animation: nudge 2s linear infinite !important;
  margin-bottom: 0px !important;
}

.whatswidget-text-header-outer {
  font-weight: bold !important;
  text-decoration: none !important;
  font-size: 90% !important;
  color: #000 !important;
}

.whatswidget-text-message-outer {
  font-size: 90% !important;
}

.whatswidget-conversation-cta:hover {
  transform: scale(1.1) !important;
  filter: brightness(1.3) !important;
}

.whatswidget-cta {
  text-decoration: none !important;
  color: white !important;
}

.whatswidget-cta-desktop {
  display: none !important;
}

.whatswidget-cta-mobile {
  display: inherit !important;
}

@media (min-width: 48em) {
  .whatswidget-cta-desktop {
    display: inherit !important;
  }

  .whatswidget-cta-mobile {
    display: none !important;
  }
}

.whatswidget-button-wrapper {
  position: fixed !important;
  bottom: 15px !important;
  right: 15px !important;
}

.whatswidget-button {
  position: relative !important;
  right: 0px !important;
  background-color: #31d831 !important;
  border-radius: 100% !important;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 2px 1px #0d630d63 !important;
  transition: 1s !important;
}

.whatswidget-icon {
  width: 42px !important;
  height: 42px !important;
  position: absolute !important;
  bottom: 10px !important;
  left: 10px !important;
}

.whatswidget-button:hover {
  filter: brightness(115%) !important;
  cursor: pointer !important;
}

@keyframes nudge {
  20%,
  100% {
    transform: translate(0, 0);
  }

  0% {
    transform: translate(0, 5px);
    transform: rotate(2deg);
  }

  10% {
    transform: translate(0, -5px);
    transform: rotate(-2deg);
  }
}

.whatswidget-link {
  position: absolute !important;
  bottom: 90px !important;
  right: 5px !important;
  opacity: 0.5 !important;
}

@media (max-width: 767px) {
  #whatswidget-pre-wrapper {
    display: none !important;
  }
}

.funcionalidades {
  min-height: 316px;
  padding-top: 20px;
}

.features-min-height {
  min-height: 150px;
}

.specialities {
  margin-top: 80px;
}

.specialities-cards {
  border: 1px solid #ced4da;
  border-radius: 30px;
  box-shadow: 1px 3px 10px #ced4da;
  margin-top: 30px;
}

.specialities-cards-texts {
  padding: 25px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.specialities-cards-texts i {
  margin-right: 15px;
}

.material-icons {
  font-size: 2.5rem !important;
}

.no-link-style {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.no-link-style:hover,
.no-link-style:focus,
.no-link-style:active {
  text-decoration: none;
  color: inherit;
}

.demonstracao {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
  box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
  background-color: #ced4da;
}

.btn-primary-gradient {
  background: #fc3997 30%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #fc3997),
    to(#ff6f41)
  ) !important;
  background-image: -o-linear-gradient(left, #fc3997 30%, #ff6f41) !important;
  background-image: linear-gradient(to right, #fc3997 30%, #ff6f41) !important;
  color: #fff !important;
  border: none !important;
  padding: 10px;
}

.btn-primary-gradient:hover {
  background-position: right center;
}

.btn-historias {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem;
}

.video-product {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
}

.video-front {
  width: 80%;
  min-height: 500px;
  border-radius: 15px;
}

.video-mini-pdv {
  width: 100% !important;
  min-height: 52vh !important;
  border-radius: 15px;
}

.read-more {
  font-weight: bold;
  text-decoration: underline;
  color: #e60000;
}

.read-more:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #e60000;
}

.read-more i {
  text-decoration: underline;
}

.preco-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 0;
}

.preco-card {
  flex: 1 1 220px;
  max-width: 260px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  border-radius: 16px;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-align: left;
}

.preco-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.58);
}

.nowrap {
  white-space: nowrap;
}

/*Certificado*/

.fundo {
  background: linear-gradient(141deg, #ecf6fc 0%, rgb(255, 255, 255) 100%);
  padding: 110px 0 80px 0px;
}

.highlight {
  color: var(--hero1);
}

.btn-blue {
  background-color: var(--hero1);
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 18px;
}

.btn-blue:hover {
  background-color: var(--hero2);
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
}

.rounded-img {
  border-radius: 20px;
}

.text-blue {
  color: var(--hero1);
}

.bola {
  background-color: var(--badge1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.text-blue i {
  font-size: 20px;
  color: var(--hero2);
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
}

.section-title span {
  display: block;
  color: var(--hero1);
}

.accordion-custom {
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.accordion-custom .card {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-custom .card-header {
  background-color: transparent;
  border: none;
  padding: 1rem 0;
}

.accordion-custom .btn {
  width: 100%;
  text-align: left;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.accordion-custom .btn:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.accordion-custom .btn.collapsed {
  color: #4a5568;
}

.accordion-custom .btn.collapsed:after {
  transform: rotate(0deg);
}

.accordion-custom .btn:not(.collapsed):after {
  transform: rotate(180deg);
}

.accordion-custom .card-body {
  font-size: 18px;
  line-height: 26px;
  color: #66768c;
  font-weight: 400;
}

.accordion-custom .card-header.active h5 {
  color: var(--hero1);
}

.accordion-custom .btn:hover {
  color: var(--hero2);
}

.accordion-custom .btn:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.accordion-custom .btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.image-area {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.image-area img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2d3748;
}

.accordion-custom .card {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}

.accordion-custom .card-header {
  background: transparent;
  padding: 1rem 0;
  border: none;
}

.accordion-custom .btn {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 30px;
  white-space: normal;
  /* <- esta linha corrige o corte */
  word-break: break-word;
  background-color: transparent;
}

.accordion-custom .btn:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion-custom .btn:hover {
  color: var(--hero2);
}

.accordion-custom .btn[aria-expanded="true"] {
  color: var(--hero1);
}

.accordion-custom .btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.anota-hero {
  background: linear-gradient(135deg, var(--hero1) 0%, var(--hero2) 100%);
  border-radius: 130px 0 90px 20px;
}

.hero-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-subtitle {
  opacity: 0.9;
}

.grad {
  background: linear-gradient(90deg, #fff, #d9f2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

@media (min-width: 576px) {
  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
  }
}

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
  }
}

@media (min-width: 1200px) {
  .hero-grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
  }
}

@media (max-width: 990px) {
  .custom-card {
    margin: 0 auto;
    /* centraliza */
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Card */
.card-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  flex: 0 0 auto;
  min-width: 320px;
}

.card-hero:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.card-hero__media {
  width: 100%;
  padding-top: 62.5%;
  background-size: cover;
  background-position: center;
  background-color: #e9f2f7;
}

.card-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
  color: #fff;
  text-align: left;
}

.card-hero__overlay h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.card-hero__overlay p {
  font-size: 0.92rem;
  margin: 0;
  opacity: 0.95;
}

.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--cardText);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 0.8rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

html,
body {
  overflow-x: clip;
}

.anota-hero img {
  box-shadow: 0 6px 16px rgba(65, 65, 65, 0.301);
  width: 445px;
  border-radius: 20px !important;
}

.anota-hero {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.hero-title .grad {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  color: #ffffff;
  opacity: 0.8;
}

.slide-conteudo {
  padding: 40px 10px;
}

.text-section {
  padding-left: 40px;
}

.subtitulo-menor {
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.text-section h3 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.text-section h3 span {
  color: #8fcbff;
}

.text-section h3 strong {
  color: #8fcbff;
}

.descricao {
  font-size: 0.9rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 6px;
}

.img-slide {
  width: 520px;
  max-width: 95%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.img-slide:hover {
  transform: scale(1.05);
}

.btn-slide {
  display: inline-block;
  background-color: #005baa;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-slide:hover {
  transform: translateY(-2px);
}

a:hover {
  color: white;
  text-decoration: none;
}

.swiper-pagination-bullet {
  background: #ffffff !important;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  transition-property: opacity, visibility;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  z-index: 2;
}

@media (max-width: 992px) {
  .text-section {
    text-align: center;
    padding: 0;
  }

  .text-section h3 {
    font-size: 2rem;
  }

  .descricao {
    font-size: 1rem;
  }

  .img-slide {
    margin-top: 20px;
    width: 90%;
  }
}

.fw-super {
  font-weight: 700 !important;
}

/* NOVO FAZNOTA*/

:root {
  --hero1: #3697d9;
  --hero2: #1a74c4;
  --hero3: #005baa;
  --badge1: #3698d92e;
  --badge2: #3698d95d;
  --cardText: #0b2b3a;
  --badge: #ffffff;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.hero-section {
  padding: 110px 0 80px 0px;
  position: relative;
  background: linear-gradient(141deg, #ecf6fc 0%, rgb(255, 255, 255) 100%);
  border-radius: 0px 0px 80px 80px;
}

.hero-section .hero-text h1,
.fundo .hero-text h1 {
  font-weight: 700;
  font-size: 45px;
  color: #212529;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 35px;
  color: #212529;
}

.hero-text h2 {
  font-weight: 700;
  font-size: 28px;
  color: #2d3748;
}
.plans h2 {
  font-weight: 700;
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.hero-text h3 {
  font-weight: 600;
  font: 20px;
  color: var(--hero1);
}

.hero-text h1 span {
  color: var(--hero1);
}

.hero-text p {
  color: var(--cardText);
  font-size: 1.1rem;
  margin-top: 20px;
}

.planos-bg .hero-text p {
  color: white;
  font-size: 1.1rem;
  margin-top: 20px;
}

.hero-badges {
  margin: 20px 0;
}

.hero-badges span {
  display: inline-block;
  margin-right: 6px;
  color: var(--hero1);
  font-weight: 400;
  font-size: 14px;
}

.hero-input {
  max-width: 400px;
}

.hero-input input {
  border-radius: 50px 0 0 50px;
}

.hero-input button {
  border-radius: 0 50px 50px 0;
  background: #3697d9;
  border: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.hero-input button:hover {
  background: var(--hero2);
}

.swiper-container {
  width: 100%;
  max-width: 480px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.badge-plan {
  background: var(--badge1);
  padding: 5px 15px;
  border-radius: 20px;
  color: var(--hero2);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.badge-plan2 {
  background: white;
  padding: 5px 15px;
  border-radius: 20px;
  color: var(--hero3);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.erp-container .badge-plan {
  background: var(--badge1);
  padding: 5px 15px;
  border-radius: 20px;
  color: var(--hero2);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0px;
}

.btn-conheca {
  background: var(--hero1);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(40, 127, 167, 0.3);
}

.btn-conheca2 {
  background: var(--hero1);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.98rem !important;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(40, 127, 167, 0.3);
}

.btn-conheca3 {
  background: white;
  color: var(--hero2);
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(40, 127, 167, 0.3);
}

.btn-conheca2:hover {
  background: var(--hero2);
  transform: translateY(-2px);
}

.btn-conheca:hover {
  background: var(--hero2);
  transform: translateY(-2px);
}

.btn-conheca3:hover {
  background: var(--hero2);
  transform: translateY(-2px);
}

.btn-big-button {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .hero-section {
    text-align: center;
  }
}

section.erp-section {
  position: relative;
  overflow: hidden;
}

.erp-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}

.erp-image-wrapper {
  position: sticky;
  top: 100px;

  flex: 1;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erp-image-wrapper img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
}

.erp-card {
  position: relative;
  flex: 1;
  background: #ecf6fc;
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(0);
  transition: transform 0.1s linear;
  will-change: transform;
}

.erp-card .badge {
  background: var(--badge1);
  color: var(--hero2);
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
}

.erp-card h3 {
  font-weight: 700;
  font-size: 2rem;
  color: var(--hero1);
  margin-top: 20px;
  margin-bottom: 10px;
}

.erp-card h3 strong {
  color: var(--hero2);
}

.erp-card p {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.erp-card a {
  font-weight: 600;
  color: var(--hero2);
  text-decoration: underline;
}

.erp-card .btn-outline-primary {
  border: 1px solid var(--hero1);
  color: var(--hero1);
  border-radius: 50px;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 500;
  transition: 0.3s;
  cursor: default !important;
}

.erp-card .btn-outline-primary:hover {
  border: 1px solid var(--hero1);
  color: var(--hero1);
  border-radius: 50px;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-outline-primary:active {
  background-color: transparent !important;
  color: var(--hero1) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .erp-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .erp-image-wrapper {
    position: static;
    height: auto;
  }

  #navbar {
    height: auto !important;
  }

  .erp-card {
    position: static;
    transform: none !important;
    padding: 30px !important;
  }

  .cta-box {
    padding: 35px !important;
  }
}

@media (max-width: 360px) {
  .btn-conheca {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 425px) {
  h1,
  h2 {
    font-size: 31px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .footer-link {
    font-size: 15px !important;
  }

  .avatar {
    width: 42px !important;
    height: 42px !important;
  }
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.erp-header {
  text-align: center;
}

.erp-header p {
  font-size: 1.1rem;
  color: #6c757d;
  margin: 0;
}

.titulo-func {
  font-size: 2rem;
  font-weight: 400;
  color: var(--hero1);
}

.titulo-func span {
  font-weight: 700;
  color: var(--hero2);
}

.func-icon {
  width: 55px;
  height: 55px;
  opacity: 0.6;
  animation: pulse 2s infinite alternate;
}

.botoes-func {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.funcionalidades-section .btn-outline-primary {
  border: 1px solid var(--hero1);
  color: var(--hero1);
  border-radius: 50px;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 500;
  transition: 0.3s;
  cursor: none;
}

.btn-outline-primary:hover {
  background: #0071f302;
  color: #0070f3;
}

.bling-like-section {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  padding: 100px 0;
  border-radius: 80px 80px 0 0;
}

.bling-text {
  font-family: "Poppins", sans-serif;
}

.bling-item {
  position: relative;
  padding: 25px 0;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-custom button {
  font-size: 20px;
  font-weight: 700;
  color: var(--cardText);
  margin-bottom: 6px;
}

.bling-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--cardText);
  margin-bottom: 6px;
}

.bling-text p {
  color: #5a6b7b;
  max-width: 480px;
  margin: 0;
  height: 0;
  font-size: 16.8px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.bling-item.active p {
  height: auto;
  margin-top: 8px;
  opacity: 1;
}

.bling-item .badge {
  background-color: var(--badge1);
  color: var(--hero2);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 6px;
}

.bling-item a {
  display: none;
  font-weight: 600;
  color: var(--hero1);
  text-decoration: none;
  opacity: 0;
  margin-top: 4px;
  transition: all 0.3s ease;
}

.bling-item.active a {
  opacity: 1;
  display: inline-block;
}

.bling-item a:hover {
  color: var(--hero2);
  text-decoration: underline;
}

.progress-line {
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #dceefb;
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--hero1) 0%, var(--hero2) 100%);
  border-radius: 2px;
  transition: width 0.1s linear;
}

.bling-image img {
  border-radius: 24px;
  max-width: 100%;
  box-shadow: 0 8px 25px rgba(0, 91, 170, 0.1);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.bling-image img.fade-out {
  opacity: 0;
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .bling-like-section {
    text-align: center;
    padding: 80px 0;
  }

  .bling-text {
    margin-bottom: 40px;
  }

  .bling-image,
  .faq-image {
    display: none !important;
  }

  .bling-like-section .col-md-6,
  .faq-like-section .col-md-6 {
    max-width: 100% !important;
    flex: 1 !important;
  }
}

.usuarios-section {
  background: linear-gradient(90deg, var(--hero1) 0%, var(--hero2) 100%);
  color: #fff;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.usuarios-section .container {
  gap: 20px;
}

.avatar-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.avatar {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: visible;
  margin-left: -12px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  cursor: pointer;
  z-index: 1;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.avatar:hover {
  transform: translateY(-6px) scale(1.08);
  z-index: 5;
  box-shadow: 0 8px 18px rgba(0, 91, 170, 0.3);
}

.avatar:hover img {
  transform: scale(1.05);
}

.avatar-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--hero1);
  font-size: 1.3rem;
  font-weight: bold;
}

.avatar::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  background: rgba(11, 43, 58, 0.95);
  color: #fff;
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.avatar:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.avatar::before {
  content: "";
  position: absolute;
  bottom: 104%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(11, 43, 58, 0.95) transparent transparent transparent;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 99;
}

.avatar:hover::before {
  opacity: 1;
  bottom: 108%;
}

.usuarios-text {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.usuarios-text strong {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .usuarios-section .container {
    flex-direction: column;
    text-align: center;
  }

  .usuarios-text {
    margin-top: 15px;
  }
}

.depoimentos-section {
  background: #f8fbff;
  padding: 80px 0;
  border-radius: 0 0 80px 80px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.titulo-depoimentos {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--hero1);
}

.titulo-depoimentos span {
  font-weight: 700;
  color: var(--hero2);
}

.depo-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 91, 170, 0.08);
  padding: 25px;
  text-align: left;
  transition: all 0.3s ease;
  height: 100%;
}

.depo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 91, 170, 0.12);
}

#blingImage {
  border-radius: 30px !important;
}

.depo-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.depo-header img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid var(--hero1);
}

.depo-header h5,
.depo-header .depo-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hero1);
  margin: 0;
}

.depo-header small {
  color: #6c757d;
  font-size: 0.85rem;
}

.depo-text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 15px;
}

.assistir-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--hero1);
  text-decoration: none;
  transition: color 0.3s;
}

.assistir-link i {
  margin-right: 6px;
  font-size: 1.1rem;
}

.assistir-link:hover {
  color: var(--hero2);
}

.btn-depoimentos {
  background: transparent;
  border: 2px solid var(--hero1);
  color: var(--hero1);
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-depoimentos2 {
  background: var(--hero1);
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-depoimentos2:hover {
  background: var(--hero2);
  color: white;
  transform: translateY(-2px) !important;
}

.btn-depoimentos:hover {
  background: var(--hero1);
  color: #fff;
  transform: translateY(-2px);
}

.titulo-clientes-wrapper {
  margin-bottom: 60px;
}

.titulo-clientes-wrapper .stars i {
  color: #ffb800;
  font-size: 1.1rem;
  margin: 0 2px;
}

.titulo-clientes {
  font-size: 35px;
  font-weight: 700;
  color: var(--cardText);
  line-height: 1.3;
}

.titulo-clientes span {
  color: var(--hero1);
}

.subtexto {
  font-size: 1.1rem;
  color: #6c757d;
  margin: 0;
}

.subtexto strong {
  color: var(--hero2);
}

.faq-like-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ecf6fc 100%);
  padding: 100px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border-radius: 80px 80px 0 0;
}

.faq-like-section h1 {
  font-weight: 700;
  font-size: 35px;
  color: var(--cardText);
}

.faq-like-section h1 span {
  color: var(--hero1);
}

.faq-like-section p {
  color: #6c757d;
  font-size: 1.05rem;
  margin-top: 10px;
}

.faq-item {
  position: relative;
  padding: 20px 0;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e0e0e0;
}

.faq-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0b2b3a;
  margin-bottom: 8px;
}

.faq-item p {
  color: #4f705e;
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active p {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #00b341;
  border-radius: 2px;
  transition: width 0.4s linear;
}

.faq-item.active .progress-bar {
  width: 80%;
}

.faq-item .badge {
  background: var(--badge1);
  color: var(--hero2);
  font-weight: 600;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 0.85rem;
  margin-bottom: 6px;
  display: inline-block;
}

.faq-image img {
  border-radius: 20px;
  max-width: 100%;
  border-radius: 30px !important;
  box-shadow: 0 6px 20px rgba(0, 91, 170, 0.15);
}

.faq-item:hover h3 {
  color: var(--hero1);
}

@media (max-width: 992px) {
  .faq-like-section {
    padding: 60px 0;
  }

  .faq-list {
    margin-bottom: 40px;
  }
}

.logos-section {
  overflow: hidden;
  padding: 60px 0;
  border-radius: 12px;
}

.logos-title {
  color: var(--cardText);
  font-size: 1.1rem;
  margin-bottom: 35px;
  text-align: center;
}

.logos-title span {
  color: var(--hero1);
  font-weight: 700;
}

.logos-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.logos-track {
  display: flex;
  align-items: center;
  animation: scroll-logos 40s linear infinite;
}

.logos-track img {
  height: 50px;
  width: auto;
  object-fit: contain;
  margin: 0 25px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    filter 0.3s ease;
}

.logos-track img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .logos-track img {
    height: 35px;
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
  .logos-track img {
    height: 30px;
    margin: 0 20px;
  }
}

.cta-faznota {
  position: relative;
  padding: 85px 0;
  background: #f8fafc;
  overflow: hidden;
}

.cta-box {
  position: relative;
  background: linear-gradient(90deg, #0077ff 0%, #0049a5 100%);
  color: #fff;
  border-radius: 16px;
  padding: 60px;
  overflow: hidden;
  min-height: 380px;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.cta-content .cta-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.cta-content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.cta-content h2 span {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.cta-content p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 25px;
}

.btn-cta {
  display: inline-block;
  background: #fff;
  color: #0049a5;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background: #e6efff;
  transform: translateY(-2px);
}

.cta-shape {
  position: absolute;
  right: 200px;
  top: 0;
  bottom: 0;
  width: 45%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0)
  );
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: 1;
}

.cta-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 110%;
  object-fit: contain;
  z-index: 2;
}

@media (max-width: 992px) {
  .cta-box {
    padding: 40px 25px;
    text-align: center;
    display: grid;
    justify-content: center;
  }

  .cta-img {
    display: none;
  }

  .cta-shape {
    display: none;
  }

  .cta-content p {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .cta-content p {
    width: 78%;
  }
}

.cta-faznota {
  position: relative;
  padding: 120px 0;
  background: #f8fafc;
  overflow: visible;
}

.cta-box {
  position: relative;
  background: linear-gradient(90deg, var(--hero1) 0%, var(--hero2) 100%);
  color: #fff;
  border-radius: 16px;
  padding: 60px;
  min-height: 380px;
  overflow: visible;
}

.cta-img {
  position: absolute;
  right: -60px;
  bottom: 0;
  height: 120%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.25));
}

@media (max-width: 992px) {
  .cta-img {
    position: static;
    width: 85%;
    height: auto;
    margin-top: 20px;
  }
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-arrow {
  color: var(--hero2);
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.logos-swiper {
  width: 100%;
  padding: 10px 0;
}

.logos-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-swiper img {
  height: 45px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.logos-swiper img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .logos-swiper img {
    height: 30px;
  }
}

.footer-section {
  background-color: var(--badge1);
  color: black;
  font-family: "Poppins", sans-serif;
}

.footer-section a {
  text-decoration: none;
}

.footer-link {
  color: #000000;
  display: block;
  margin-bottom: 6px;
  transition: color 0.2s;
  font-size: 14px;
}

.footer-link:hover {
  color: #3697d9;
}

.footer-icon {
  pointer-events: none;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: linear-gradient(135deg, var(--hero1), var(--hero2));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 91, 170, 0.25);
}

.col-md-3 .text-primary {
  color: var(--hero2) !important;
}

.swiper-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.progress-segment {
  width: 150px;
  height: 8px;
  background-color: var(--badge1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.progress-segment::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    var(--hero1) 0%,
    var(--hero2) 50%,
    var(--hero3) 100%
  );
  border-radius: 10px;
  transition: width 0s linear;
}

@keyframes fillBar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.progress-segment.active::after {
  animation: fillBar 3.7s linear forwards;
}

.progress-segment.active::before {
  animation: shimmer 3.7s linear forwards;
}

.mt-6 {
  margin-top: 3.5rem;
}

.btn-login:hover {
  color: var(--hero3);
  background: var(--badge2);
}

.btn-login {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
  color: var(--hero3);
  border-radius: 40px;
  background: var(--badge1);
}

.contact-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: white;
  will-change: transform, top;
}

.contact-dock__inner {
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 20px;
  background: var(--hero1);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.15);
  border-radius: 14px 14px 0 0;
}

.contact-dock__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 18px;
  background: var(--hero2);
  border-radius: 14px 44px 0px 0px;
}

.contact-dock__headset {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
}

.contact-dock__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.contact-dock__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-dock__label {
  line-height: 1.1;
}

.contact-dock__divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.35);
}

.contact-dock__whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1b5e20;
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 600;
}

.contact-dock__whatsapp .wa-text {
  color: #0a3d17;
}

.contact-dock__whatsapp .wa-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .contact-dock__inner {
    grid-template-columns: 1fr;
  }

  .contact-dock__whatsapp {
    justify-self: stretch;
    display: flex;
    justify-content: center;
  }
}

.contact-dock.is-above-footer {
  position: absolute !important;
  box-shadow: none;
}

.faixa {
  gap: 20px;
  justify-content: center;
}

.contact-dock__inner {
  position: relative;
}

.dock-pill {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(260px, 49vw, 710px);
  background: var(--hero2);
  border-radius: 14px 40px 0px 0px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.contact-dock__inner > * {
  z-index: 50;
}

.contact-dock__inner {
  overflow: visible;
}

.contact-dock__whatsapp {
  position: relative;
  padding: 14px 20px;
  min-height: 56px;
  border-radius: 14px 14px 0px 0px;
  font-size: 0.95rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  margin-top: -8px;
}

.contact-dock__whatsapp .wa-icon {
  width: 32px;
  height: 32px;
}

@media (max-width: 640px) {
  .contact-dock__whatsapp {
    margin-top: 0;
    padding: 12px 16px;
    min-height: 48px;
  }

  .contact-dock__whatsapp .wa-icon {
    width: 28px;
    height: 28px;
  }
}

#contact-dock a {
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}

#contact-dock a:hover {
  transform: scale(1.05);
}

.contact-dock__inner {
  overflow: visible;
}

.contact-dock__whatsapp {
  padding: 14px 20px;
  min-height: 56px;
  border-radius: 14px 14px 0px 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  margin-top: -8px;
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  flex: 0 0 auto;
}

.wa-icon .fab {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 640px) {
  .contact-dock__whatsapp {
    padding: 12px 16px;
    min-height: 48px;
  }

  .wa-icon {
    width: 28px;
    height: 28px;
  }

  .wa-icon .fa {
    font-size: 16px;
  }
}

@media (min-width: 1800px) {
  .dock-pill {
    width: clamp(260px, 80vw, 850px) !important;
  }
}

@media (min-width: 2100px) {
  .dock-pill {
    width: clamp(260px, 90vw, 1000px) !important;
  }
}

@media (min-width: 2340px) {
  .dock-pill {
    width: clamp(260px, 100vw, 1235px) !important;
  }
}

@media (max-width: 580px) {
  #mobile-faixa .tablet,
  .wpp-pc {
    display: none !important;
  }

  #mobile-faixa .mobile {
    display: block !important;
    margin-left: 10px;
  }

  .wpp-mobile {
    display: block !important;
  }

  #mobile-faixa .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .dock-pill {
    width: clamp(130px, 40vw, 655px);
  }

  .contact-dock__headset {
    display: none;
  }

  .faixa {
    justify-content: center;
  }
}

@media (max-width: 408px) {
  .dock-pill {
    width: clamp(130px, 15vw, 690px) !important;
  }

  #mobile-faixa {
    font-size: 13px;
  }

  .hero-section .btn-orange {
    font-size: 1rem !important;
  }
}

#mobile-faixa .mobile,
.wpp-mobile {
  display: none;
}

@media (max-width: 768px) {
  #pc-faixa {
    display: none;
  }

  #mobile-faixa {
    display: flex !important;
  }

  .contact-dock__item {
    display: block;
  }

  .contact-dock__label {
    font-size: 13px;
  }

  .adq {
    font-size: 15px;
  }
}

#mobile-faixa {
  display: none;
}

.progress-line {
  width: 100%;
  height: 4px;
  background: #eaeaea;
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  transition: width 0s;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.bling-image img {
  transition: opacity 0.25s ease;
}

.funcionalidades-section p {
  color: #5a6b7b;
  max-width: 480px;

  font-size: 16.8px;
  opacity: 1;
}

.mt-6 {
  margin-top: 70px !important;
}

.planos-section {
  position: relative;
  overflow: hidden;
}

.planos-bg {
  padding: 110px 0 80px 0px;
  background: linear-gradient(90deg, var(--hero1) 0%, var(--hero2) 100%);
  border-radius: 0px 0px 80px 80px;
}

.planos-container {
  margin-top: -150px;
  padding-bottom: 80px;
}

.plano-card {
  background: #fff;
  border-radius: 80px 16px 16px 0px;
  box-shadow: 0 4px 60px 0 #034e982e;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.plano-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.plano-card h5 {
  font-weight: 700;
  color: var(--hero1);
  margin-bottom: 15px;
}

.toggle-buttons .btn {
  border-radius: 30px;
  padding: 6px 20px;
  border: none;
  color: #007bff;
}

.toggle-buttons .btn.active {
  color: #007bff;
  font-weight: 600;
}

.d-none {
  display: none !important;
}

.planos-bloco {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.planos-bloco.mostrando {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.toggle-buttons {
  position: relative;
  background-color: #e8f0ff;
  border-radius: 40px;
  display: inline-flex;
  padding: 4px;
  overflow: hidden;
  align-items: center;
}

.toggle-buttons .btn {
  position: relative;
  background: transparent;
  border: none;
  color: #003366;
  font-weight: 500;
  padding: 8px 22px;
  z-index: 2;
  transition: color 0.3s ease;
}

.toggle-slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: calc(33.333% - 8px);
  background-color: #ffffff;
  border-radius: 40px;
  z-index: 1;
  transition: all 0.4s ease;
}

.preco-antigo {
  text-decoration: line-through;
  color: #d50000;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: -1px;
}

.preco-texto {
  color: #777;
  font-size: 0.85rem;
  margin: 0;
}

.preco-novo {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
  margin: 4px 0;
}

.preco-novo span {
  font-size: 1rem;
  color: #444;
  margin-left: 2px;
}

.preco-economia {
  font-size: 0.8rem;
  color: #333;
  margin-top: 4px;
  font-weight: 600;
}

.preco-area {
  margin-bottom: 10px;
}

.btn:focus {
  box-shadow: none !important;
}

.plano-card button {
  border-radius: 40px;
  font-weight: 700;
}

.a-partir-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 6px 0;
}

.a-partir-hr hr {
  flex: 1;
  border: none;
  border-top: 1px solid #dcdcdc;
}

.a-partir-hr span {
  font-size: 0.85rem;
  color: #777;
  white-space: nowrap;
}

.preco-area.animar {
  opacity: 0;
  transform: translateY(20px);
}

.preco-area.subindo {
  animation: subirAnimacao 0.4s ease forwards;
}

@keyframes subirAnimacao {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.planos-bloco {
  display: flex;
  flex-wrap: wrap;
}

.planos-bloco > .col-md-3 {
  display: flex;
}

.plano-card {
  flex: 1;
}

.p-top {
  padding-top: 100px;
}

@media (max-width: 1000px) {
  .planos-bloco {
    display: block;
  }

  .planos-bloco > .col-md-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 25px;
  }

  .plano-card {
    width: 100%;
    min-height: unset;
  }

  .funcionalidades-hero .col-md-5 {
    display: none !important;
  }

  .funcionalidades-hero .col-md-7 {
    justify-content: center;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1;
  }

  .p-top {
    padding: 110px 0px 80px;
  }
}

@media (max-width: 475px) {
  .btn-conheca2 {
    font-size: 0.7rem !important;
  }
}
#gestao_contas {
  padding: 75px 0 80px 0px;
}

@media (max-width: 992px) {
  .imgdois {
    justify-content: center;
  }
  .img-fluid2 {
    display: none !important;
  }
}

/* ── Selo "Cálculo de imposto automático" no hero (Fase 2 mobile-first) ── */
.hero-tax-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 16px;
  background: #e8f8ee;
  border: 1px solid #b7e8c9;
  border-radius: 50px;
  color: #0a7a36;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}
.hero-tax-badge i {
  color: #00b341;
  font-size: 1rem;
}

/* ── Barra de CTA fixa no rodapé — SÓ no mobile (Fase 2 mobile-first) ── */
.mobile-sticky-cta {
  display: none;
}
@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
    background: #ffffff;
    border-top: 1px solid #e3e8ee;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.10);
  }
  .mobile-sticky-cta .mobile-sticky-trial {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hero1);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    padding: 13px 16px;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(40, 127, 167, 0.3);
  }
  .mobile-sticky-cta .mobile-sticky-trial:active {
    background: var(--hero2);
  }
  .mobile-sticky-cta .mobile-sticky-whats {
    flex: 0 0 auto;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    border-radius: 50px;
    text-decoration: none;
  }
  .mobile-sticky-cta .mobile-sticky-whats svg {
    width: 26px;
    height: 26px;
  }

  /* Espaço pro conteúdo não ficar coberto pela barra fixa no mobile */
  body.has-mobile-sticky-cta {
    padding-bottom: 76px;
  }

  /* Sobe o botão flutuante do WhatsApp do comecar.php pra não colidir com a barra */
  .wpp-float {
    bottom: 88px !important;
  }
}
