body {
  /* min-height: 75rem; */
  padding-top: 4.5rem;
}
*,
::after,
::before {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0041A8 ;
  text-decoration: underline;
}
a:hover {
  color: #0A5BC9;
}
img,
svg {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}
.floating-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
  z-index: 1000;
  cursor: pointer;
  padding: 10px;
  margin: 0 15px 15px;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
}
a {
  text-decoration: none;
}
.c-primary {
  color: #ff9d01 !important;
}
img {
  height: auto;
  width: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.font-family-syne {
  font-family: "Syne", sans-serif;
}
.font-weight-600 {
  font-weight: 600;
}
section {
  margin-top: 80px;
  padding-top: 25px;
}
section:first-child {
  margin-top: 50px;
}
.icon-container {
  background-color: #ff9d01;
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 22px 22px 22px 22px;
  align-items: center;
  justify-content: center;
}
.titulo {
  font-family: "Syne", Sans-serif;
  font-size: 90px;
  font-weight: 700;
  color: #0c272f;
}
.titulo-2 {
  font-family: "Syne", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0c272f;
}
.titulo-3 {
  font-family: "Syne", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #0c272f;
}
.text {
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #8b959a;
}
.btn-modulos,
.btn-contrate {
  font-size: 16px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  border-radius: 78px 78px 78px 78px;
  padding: 10px 24px 10px 24px;
  text-decoration: none;
  height: 50px;
  display: inline-block;
}
.btn-modulos {
  background-color: #ff9d01;
  color: #fff;
}

.btn-modulos:hover{
  color: white !important;
}

.btn-contrate {
  background-color: #edefe1;
  color: #ff9d01;
}
.btn-contrate svg {
  margin-left: 5px;
}
#home h1 {
  font-size: 90px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
}
#home .header .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 30px 0px 30px;
}
#home .header .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#home .header .right .logo,
#home-servicos .logo {
  display: flex;
  min-height: 50px;
  justify-content: center;
  border-radius: 22px 22px 22px 22px;
  background-color: #fff;
  width: 60px;
  align-items: center;
}
#home .header .right .logo img {
  height: fit-content;
}
#home .header .right p,
#home-servicos p {
  font-size: 18px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}
#home .box-inferior {
  display: flex;
  flex-direction: row;
  border-radius: 22px 22px 22px 22px;
  background: #ff9d01;
}

#home .box-inferior .left {
  padding: 60px 0px 60px 50px;
}

#home .box-inferior .right {
  padding: 60px 50px 60px 0px;
}

#home .box-inferior h2 {
  font-size: 50px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #fff;
}

#home .box-inferior p,
#home .box-inferior .right a {
  color: #fff;
}

#home .box-inferior .right a {
  display: inline-block;
  width: auto;
  font-family: Syne;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}
#home h1 {
  font-size: 90px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
}

#home .header .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 30px 0px 30px;
}

#home .header .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#home .header .right .logo,
#home-servicos .logo {
  display: flex;
  min-height: 50px;
  justify-content: center;
  border-radius: 22px 22px 22px 22px;
  background-color: #fff;
  width: 60px;
  align-items: center;
}

#home .header .right .logo img {
  height: fit-content;
}

#home .header .right p,
#home-servicos p {
  font-size: 18px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}

#home-anos-experiencia {
  width: 100%;
  background: #fff;
  display: flex;
  min-height: 300px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 22px 22px 22px 22px;
}

#home-anos-experiencia #anos p {
  font-family: Syne;
  font-size: 77px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

#home-anos-experiencia #anos small {
  display: block;
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}

#home-anos-experiencia svg {
  height: 60px;
  width: 60px;
  fill: #cae0e6 !important;
  z-index: 1;
}

#home-anos-experiencia .circulo {
  border-radius: 100%;
  background: #0c272f;
  height: 50px;
  width: 50px;
}

#home-servicos {
  /*  width: 156px; */
  background: transparent;
  display: flex;
  min-height: 300px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#home-anos-experiencia {
  width: 100%;
  background: #fff;
  display: flex;
  min-height: 300px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 22px 22px 22px 22px;
}
#home-anos-experiencia svg {
  height: 60px;
  width: 60px;
  fill: #cae0e6 !important;
  z-index: 1;
}
#home-anos-experiencia .circulo {
  border-radius: 100%;
  background: #0c272f;
  height: 50px;
  width: 50px;
}
#home-anos-experiencia #anos p {
  font-family: Syne;
  font-size: 77px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}
#home-anos-experiencia #anos small {
  display: block;
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}
#home-servicos {
  background: transparent;
  display: flex;
  min-height: 300px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#home .box-inferior {
  display: flex;
  flex-direction: row;
  border-radius: 22px 22px 22px 22px;
  background: #ff9d01;
}
#home .box-inferior .left {
  padding: 60px 0px 60px 50px;
}
#home .box-inferior .right {
  padding: 60px 50px 60px 0px;
}
#home .box-inferior h2 {
  font-size: 50px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #fff;
}
#home .box-inferior p,
#home .box-inferior .right a {
  color: #fff;
}
#home .box-inferior .right a {
  display: inline-block;
  width: auto;
}
#dados p.quantidade {
  color: #ff9d01;
  font-family: "Syne", Sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 0px;
}
#dados p.descricao {
  font-size: 30px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #0c272f;
}
#diferenciais p {
  font-family: "Syne", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #9eb1b7;
}

.contrate .contrate-container > .row {
  padding: 80px;
  align-items: center;
}
.contrate h2 {
  color: #fff;
  font-family: "Syne", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active {
  background: #ff9d01;
  background-color: #ff9d01 !important;
  border: none;
}
#modulos .descricao {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#modulos .descricao .mt-n {
  margin-top: -110px;
}
@media (max-width: 767px) {
  #home .box-inferior .left,
  #home .box-inferior .right {
    padding: 30px;
  }
  #home .box-inferior .left {
    padding-bottom: 0px;
  }
  .titulo,
  .titulo-2,
  .titulo-3,
  #home h1,
  #home .box-inferior h2 {
    font-size: 30px;
    line-height: normal;
  }
  #modulos .titulo-2 {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  #diferenciais .titulo-3 {
    font-size: 18px;
  }
  .contrate h2 {
    font-size: 28px !important;
    line-height: 28px !important;
    text-align: center;
    margin-bottom: 25px;
  }
  #dados p.descricao {
    font-size: 12px;
    text-align: center;
  }
  #dados p.quantidade {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin-top: 5px !important;
  }
  .contrate .contrate-container > .row {
    padding: 80px 15px 80px 15px;
    align-items: center;
  }
  section {
    margin-top: 15px;
    padding-top: 15px;
  }
  #home .header .center img {
    width: 100%;
    margin-top: 5px;
  }
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-80 {
  font-size: 80px;
}
@media (min-width: 768px) {
  #bg-inicial {
    width: 100% !important;
  }
}
#carouselIntegracoes .carousel-item .row > div {
  height: 100px;
  padding: 15px;
}
#blog .bg-artigo {
  height: 250px;
  border-radius: 10px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#blog #artigos .titulo {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
#blog #artigos .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #8b959a;
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm25L9G78HEZnMg.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/syne/v22/8vIH7w4qzmVxm2BL9G78HEY.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 
#planos-e-precos #planos .btn-primary {
  background-color: #90b7a9 !important;
  background: #90b7a9 !important;
  font-family: Syne;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 19px 10px 19px;
  margin-top: 30px;
}

#planos-e-precos #planos .btn-primary.active {
  background-color: #ff9d01 !important;
  background: #ff9d01 !important;
}

#planos-e-precos .box {
  padding: 25px 20px 25px 20px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #e7dbdb;
  height: 630px;
}

#planos-e-precos .box:hover {
  box-shadow: 0px 7px 10px rgb(115, 114, 114);
  transform: scale(1.05, 1.05);
}

#principal_plano {
  border: 4px solid #ff9d01;
}

#planos-e-precos .box #btn-aproveitar {
  width: 100%;
  padding: 6px 13px 6px 13px;
  border-radius: 15px;
  background: #ff9d01;
  color: #fff;
}

#planos-e-precos .box .opcoes .form-check-input {
  background-color: #aac6bb;
}

#planos-e-precos .box .form-check-input:checked {
  background-color: #ff9d01 !important;
  border-color: #ff9d01 !important;
}

#planos-e-precos .box .plano .titulo {
  font-family: Syne;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  color: #ff9d01;
}

#planos-e-precos .box .plano .titulo span {
  font-family: Syne;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  color: #0e262e;
}

#planos-e-precos .box .plano .descricao {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #8b959a;
}

#planos-e-precos .box .itens p {
  font-family: Syne;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8b959a;
}

#planos-e-precos .box .itens svg {
  margin-right: 5px;
}

#planos-e-precos .box .opcoes .titulo {
  font-family: Syne;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #0e262e;
  text-transform: uppercase;
  margin-top: 10px;
}

#planos-e-precos #inicial .descricao {
  text-align: center;
  margin-bottom: 20px;
}

#planos-e-precos #inicial .preco {
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  margin-top: 0px !important;
}

#planos-e-precos #ideal .descricao {
  text-align: center;
  margin-bottom: 20px;
}

#planos-e-precos #ideal .preco {
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  margin-top: 5px !important;
}

#planos-e-precos .indicado-para {
  font-family: Syne;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  color: #71797d;
}

#planos-e-precos .indicado-para-itens {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #8b959a;
}

#planos-e-precos .mais-vendido {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 10px 15px;
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}
#planos-e-precos #completo.dados-plano .box {
  padding: 25px;
  border-radius: 16px;
  background: #ff9d01;
  color: white;
  position: relative;
  text-align: left;
}

#planos-e-precos #completo.dados-plano .itens p {
  color: white;
  margin-right: 8px;
}

#planos-e-precos #completo .indicado-para {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 30px;
}

#planos-e-precos #completo .btn-aproveitar-inicial {
  background-color: white;
  color: #ff9d01;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #inicial .btn-aproveitar-inicial {
  background-color: #ff9d01;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #ideal .btn-aproveitar-inicial {
  background-color: #ff9d01;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #completo .titulo {
  font-family: Syne;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  color: #ffffff;
}

#planos-e-precos #completo .descricao {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

#planos-e-precos #completo .box {
  padding: 25px 20px 25px 20px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
}

#planos-e-precos #beneficios span {
  font-family: Syne;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: #0b272f;
  margin-left: 10px;
  display: inline-block;
} */

#nextnews .item .bg-materia {
  width: 100%;
  height: 250px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#blog .bg-artigo {
  height: 250px;
  border-radius: 10px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#blog #artigos .titulo {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}

#blog #artigos .text {
  font-family: Syne;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #7e8782;
}

#blog #artigos .btn {
  font-family: Syne;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 24px 12px 24px;
  border-radius: 20px;
}

#modal-modulo iframe {
  width: 100% !important;
}

#modal-modulo .titulo {
  font-family: "Syne", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}

#modal-modulo .text {
  font-family: "Syne", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

#modal-modulo .box {
  padding: 16px 25px 16px 25px;
  border-radius: 16px;
  border: 1px solid #d2e0db;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  height: 100%;
}

#modal-modulo .box p {
  margin: 0;
}

#modal-modulo .box .text {
  line-height: 22px;
  width: 100%;
}

@media (max-width: 767px) {
  #home .box-inferior .left,
  #home .box-inferior .right {
    padding: 30px;
  }
  #home .box-inferior .left {
    padding-bottom: 0px;
  }
  #home .header .center img {
    width: 100%;
    margin-top: 5px;
  }
  #dados p.descricao {
    font-size: 12px;
    text-align: center;
  }
  #dados p.quantidade {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin-top: 5px !important;
  }
  #dados .col-md-4 {
    padding-left: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #diferenciais .titulo-3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #carouselIntegracoes .carousel-inner .carousel-item-end.active,
  #carouselIntegracoes .carousel-inner .carousel-item-next {
    transform: translateX(33.33333333%);
  }
  #carouselIntegracoes .carousel-inner .carousel-item-start.active,
  #carouselIntegracoes .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33333333%);
  }
}

@media (min-width: 768px) {
  #bg-inicial {
    width: 100% !important;
  }
  #carouselIntegracoes .carousel-inner .carousel-item-end.active,
  #carouselIntegracoes .carousel-inner .carousel-item-next {
    transform: translateX(16.66666667%);
  }
  #carouselIntegracoes .carousel-inner .carousel-item-start.active,
  #carouselIntegracoes .carousel-inner .carousel-item-prev {
    transform: translateX(-16.66666667%);
  }
}

#carouselIntegracoes .carousel-inner .carousel-item-end,
#carouselIntegracoes .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

#carouselIntegracoes .carousel-item .row > div {
  height: 100px;
  padding: 15px;
}
/* 
#planos-e-precos #planos .btn-primary {
  background-color: #90b7a9 !important;
  background: #90b7a9 !important;
  font-family: Syne;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 19px 10px 19px;
  margin-top: 30px;
}

#planos-e-precos #planos .btn-primary.active {
  background-color: #ff9d01 !important;
  background: #ff9d01 !important;
}

#planos-e-precos .box {
  padding: 25px 20px 25px 20px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #e7dbdb;
  max-height: 630px;
}

#planos-e-precos .box:hover {
  box-shadow: 0px 7px 10px rgb(115, 114, 114);
  transform: scale(1.05, 1.05);
}

#principal_plano {
  border: 4px solid #ff9d01;
}

#planos-e-precos .box #btn-aproveitar {
  width: 100%;
  padding: 6px 13px 6px 13px;
  border-radius: 15px;
  background: #ff9d01;
  color: #fff;
}

#planos-e-precos .box .opcoes .form-check-input {
  background-color: #aac6bb;
}

#planos-e-precos .box .form-check-input:checked {
  background-color: #ff9d01 !important;
  border-color: #ff9d01 !important;
}

#planos-e-precos .box .plano .titulo {
  font-family: Syne;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  color: #ff9d01;
}

#planos-e-precos .box .plano .titulo span {
  font-family: Syne;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  color: #0e262e;
}

#planos-e-precos .box .plano .descricao {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #8b959a;
}

#planos-e-precos .box .itens p {
  font-family: Syne;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8b959a;
}

#planos-e-precos .box .itens svg {
  margin-right: 5px;
}

#planos-e-precos .box .opcoes .titulo {
  font-family: Syne;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #0e262e;
  text-transform: uppercase;
  margin-top: 10px;
}

#planos-e-precos #inicial .descricao {
  text-align: center;
  margin-bottom: 20px;
}

#planos-e-precos #inicial .preco {
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  margin-top: 50px;
}

#planos-e-precos #ideal .descricao {
  text-align: center;
  margin-bottom: 20px;
}

#planos-e-precos #ideal .preco {
  font-family: Syne;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
}

#planos-e-precos .indicado-para {
  font-family: Syne;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  color: #71797d;
}

#planos-e-precos .indicado-para-itens {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #8b959a;
}

#planos-e-precos .mais-vendido {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 10px 15px;
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}
#planos-e-precos #completo.dados-plano .box {
  padding: 25px;
  border-radius: 16px;
  background: #ff9d01;
  color: white;
  position: relative;
  text-align: left;
}

#planos-e-precos #completo.dados-plano .itens p {
  color: white;
  margin-right: 8px;
}

#planos-e-precos #completo .indicado-para {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 30px;
}

#planos-e-precos #completo .btn-aproveitar-inicial {
  background-color: white;
  color: #ff9d01;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #inicial .btn-aproveitar-inicial {
  background-color: #ff9d01;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #ideal .btn-aproveitar-inicial {
  background-color: #ff9d01;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 90%;
}

#planos-e-precos #completo .titulo {
  font-family: Syne;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  color: #ffffff;
}

#planos-e-precos #completo .descricao {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

#planos-e-precos #completo .box {
  padding: 25px 20px 25px 20px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
}

#planos-e-precos #beneficios span {
  font-family: Syne;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: #0b272f;
  margin-left: 10px;
  display: inline-block;
} */


.botao-tirar-azul > a {
  text-decoration: none !important;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  #planos-e-precos #inicial .preco {
    margin-top: 0px;
  }
}

:root{
  --orange:#ff9d01;
  --orange-2:#ffb642;
  --orange-3:#ff7a00;
  --orange-glow: rgba(255,157,1,.45);
  --dark:#232323;
  --border:#e9e9e9;
  --check:#25B65E;
}

/* ——— Fonte Syne (força sobre Bootstrap) ——— */
#planos-e-precos, #planos-e-precos *{
  font-family:'Syne', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

/* Título da seção */
#planos-e-precos .titulo{
  font-size:30px !important;
  font-weight:700 !important;
  margin:0 !important;
  color:var(--dark) !important;
  letter-spacing:.2px !important;
}

/* ——— CARD base (alto) ——— */
.pricing-card{
  --cardRadius:16px;
  border:1px solid var(--border) !important;
  border-radius:var(--cardRadius) !important;
  background:#fff !important;
  padding:30px 22px 22px !important;
  box-shadow:0 10px 26px rgba(0,0,0,.06) !important;
  position:relative !important;
  display:flex !important; flex-direction:column !important;
  overflow:hidden !important;
  transition:transform .28s cubic-bezier(.21,1,.21,1),
             box-shadow .28s ease, border-color .28s ease, background-color .28s ease !important;
  min-height:640px !important;
}

/* Faixa superior */
.pricing-card::before{
  content:"";
  position:absolute;left:0;top:0;right:0;height:5px !important;
  background:linear-gradient(90deg,var(--orange),var(--orange-2) 60%,var(--orange-3)) !important;
  opacity:0;transition:opacity .28s ease !important;
}

/* Hover (cards comuns) */
.pricing-card:not(.sob-medida):hover{
  transform:translateY(-10px) !important;
  border-color:#ffd9a6 !important;
  box-shadow:0 18px 40px rgba(0,0,0,.12), 0 0 0 2px rgba(255,157,1,.12) inset !important;
}
.pricing-card:not(.sob-medida):hover::before{opacity:1 !important;}

/* ——— Cabeçalho ——— */
.pricing-card__head{
  display:grid !important;
  grid-template-columns: 1fr auto !important;
  gap:6px 12px !important;
  align-items:start !important;
  margin-bottom:10px !important;
}
.pricing-card__meta .pricing-card__title{display:none !important;}

.pricing-card__title{
  grid-column:1 !important; grid-row:1 !important;
  font-size:22px !important; font-weight:700 !important;
  margin:0 !important; color:var(--dark) !important;
}
.pricing-card__title small{
  display:block !important; font-size:.70em !important; font-weight:600 !important;
  color:#666 !important; margin-top:3px !important;
}

/* Usuários (chip) */
.pricing-card__meta{
  grid-column:1 !important; grid-row:2 !important;
  display:flex !important; align-items:center !important; gap:10px !important;
  margin:2px 0 0 !important;
}
.users-chip{
  --chip-icon:18px;
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  padding:6px 10px !important; border-radius:999px !important;
  background:#FFF1DB !important; border:1px solid #ffd39a !important;
  color:var(--orange-3) !important;   /* <<< laranja nos cards comuns */
  font-weight:600 !important; font-size:14.5px !important; line-height:1 !important; letter-spacing:.2px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.02) !important;
  margin-top:5px !important;
}
.users-chip img{
  width:var(--chip-icon) !important; height:var(--chip-icon) !important;
  flex:0 0 var(--chip-icon) !important;
  margin-left:4px !important; display:inline-block !important;
  object-fit:contain !important; vertical-align:middle !important;
  filter: var(--chip-filter, none) !important;
}
/* deixa os ícones LARANJA nos cards comuns (melhor com ícone escuro/monocromático) */
.pricing-card:not(.sob-medida) .users-chip img{
  --chip-filter: invert(53%) sepia(98%) saturate(1150%) hue-rotate(358deg) brightness(101%) contrast(103%);
}
/* chip e ícone BRANCOS no Sob Medida */
.pricing-card.sob-medida .users-chip{
  background:rgba(255,255,255,.16) !important;
  border-color:rgba(255,255,255,.35) !important;
  color:#fff !important;
}
.pricing-card.sob-medida .users-chip img{
  --chip-filter: invert(100%) brightness(110%) saturate(0%);
}

/* Preço */
.pricing-card__price{
  grid-column:2 !important; grid-row:1 / span 2 !important;
  justify-self:end !important; align-self:center !important; text-align:right !important;
}
.pricing-card__price .value{font-size:26px !important; font-weight:700 !important; color:var(--dark) !important;}
.pricing-card__price .period{font-size:20px !important; color:#666 !important; margin-left:4px !important}

/* Hovers comuns */
.pricing-card:not(.sob-medida):hover .pricing-card__title,
.pricing-card:not(.sob-medida):hover .pricing-card__price .value{color:var(--orange) !important}

/* Subtítulo */
.pricing-card__subtitle{font-size:16px !important; color:#000 !important; margin:8px 0 14px !important}

/* Features */
.pricing-card__features{
  list-style:none !important; padding:0 !important; margin:0 0 20px !important;
  display:grid !important; gap:10px !important;
}
.pricing-card__features li{
  display:flex !important; gap:10px !important; align-items:center !important;
  font-size: 20px !important; color:#262626 !important; transition:color .2s ease !important;
}
.pricing-card__features .ico{
  display:inline-flex !important; width:20px !important; height:20px !important; border-radius:50% !important;
  background:#FFF3E8 !important; color:var(--orange-3) !important;
  align-items:center !important; justify-content:center !important; flex:0 0 20px !important;
  transition:transform .2s ease, background .2s ease, color .2s ease !important;
}
.pricing-card__features .ico svg{width:12px !important; height:9px !important}
.pricing-card__features li:hover{color:#000 !important}
.pricing-card__features li:hover .ico{transform:scale(1.1) rotate(-6deg) !important; background:#FFE3BE !important; color:var(--orange) !important}

/* CTA */
.pricing-card__cta{margin-top:auto !important; display:flex !important; flex-direction:column !important; gap:12px !important}
.btn-cta{
  position:relative !important; display:inline-flex !important; align-items:center !important; justify-content:center !important;
  text-transform:none !important; border:0 !important; border-radius:12px !important; padding:14px 18px !important;
  font-weight:600 !important; letter-spacing:.3px !important; line-height:1 !important;
  background:linear-gradient(135deg,var(--orange) 0%, var(--orange-2) 60%, var(--orange-3) 100%) !important;
  color:#fff !important;
  box-shadow:0 3px 0 rgba(0,0,0,.15), 0 10px 22px rgba(255,157,1,.25) !important;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
  overflow:hidden !important;
}
.btn-cta::after{
  content:"" !important; position:absolute !important; inset:-2px !important;
  background:linear-gradient(120deg, transparent 20%, rgba(255,255,255,.55) 50%, transparent 80%) !important;
  transform:translateX(-120%) !important; transition:transform .6s cubic-bezier(.22,.61,.36,1) !important;
  pointer-events:none !important;
}
.btn-cta:hover{transform:translateY(-2px) !important; box-shadow:0 6px 0 rgba(0,0,0,.15), 0 14px 32px rgba(255,157,1,.35) !important; filter:saturate(1.05) !important}
.btn-cta:hover::after{transform:translateX(120%) !important}
.btn-cta:active{transform:translateY(0) !important; box-shadow:0 2px 0 rgba(0,0,0,.18) !important}
.btn-cta:focus-visible{outline:none !important; box-shadow:0 0 0 3px #fff, 0 0 0 6px var(--orange-2) !important}

/* Link comparar */
.compare-link{
  font-size:13px !important; text-decoration:none !important; color:#666 !important; align-self:center !important; position:relative !important;
}
.compare-link::after{
  content:"" !important; position:absolute !important; left:0 !important; right:0 !important; bottom:-2px !important; height:2px !important;
  background:linear-gradient(90deg,var(--orange),#fff) !important;
  transform:scaleX(0) !important; transform-origin:left !important; transition:transform .25s ease !important;
}
.compare-link:hover{color:#111 !important}
.compare-link:hover::after{transform:scaleX(1) !important}

/* Botão geral "Compare todos os módulos" */
.btn.btn-compare-all{
  background:linear-gradient(135deg,var(--orange),var(--orange-3)) !important;
  color:#fff !important; border-radius:28px !important;
  font-weight:600 !important; padding:13px 22px !important; border:0 !important;
  box-shadow:0 10px 24px rgba(255,157,1,.3) !important;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}
.btn.btn-compare-all:hover{transform:translateY(-2px) !important; box-shadow:0 16px 36px rgba(255,157,1,.38) !important; filter:saturate(1.06) !important}

/* ===== Alinhamento global ===== */
#planos-e-precos .row{ align-items:stretch !important; }
#planos-e-precos .pricing-card{ height:100% !important; }
.pricing-card__cta .btn-cta{ width:100% !important; }
@media (min-width: 768px){
  .pricing-card__features{ min-height: 220px !important; }
}

/* ===== RIBBON (Mais vendido) com animação ===== */
.pricing-card.sob-medida .ribbon{
  position:absolute !important; top:12px !important; right:12px !important;
  background:#000 !important; color:#fff!important;
  padding:6px 12px !important; border-radius:999px !important;
  border:1px solid #000 !important;
  font-size:15px !important; font-weight:600 !important; letter-spacing:.3px !important; line-height:1 !important;
  box-shadow:0 2px 8px rgba(0,0,0,.08) !important;
  overflow:hidden !important;
  animation: ribbonPulse 2.6s ease-in-out infinite !important;
}
.pricing-card.sob-medida .ribbon::after{ /* brilho varrendo */
  content:""; position:absolute; inset:-40% -60%;
  background:linear-gradient(120deg, transparent 45%, rgba(255,157,1,.25) 50%, transparent 55%);
  transform:translateX(-120%);
  animation: ribbonShine 3.2s ease-in-out infinite;
}

/* ===== CARD Sob Medida (base laranja + textos brancos) ===== */
.pricing-card.sob-medida{
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:#fff !important;
  box-shadow:0 12px 34px var(--orange-glow) !important;
  animation: floaty 6s ease-in-out infinite, glowPulse 3.5s ease-in-out infinite !important;
}
/* barra superior clara no sob-medida */
.pricing-card.sob-medida::before{
  background:linear-gradient(90deg,#fff,rgba(255,255,255,.85) 60%,#fff) !important;
  opacity:.12;
}
/* Hover do Sob Medida (subidinha + glow) */
.pricing-card.sob-medida:hover{
  transform:translateY(-10px) scale(1.01) !important;
  box-shadow:0 20px 44px rgba(255,157,1,.55), 0 0 0 2px rgba(255,255,255,.18) inset !important;
}
.pricing-card.sob-medida:hover::before{ opacity:.35 !important; }

/* Aura */
.pricing-card.sob-medida::after{
  content:"" !important; position:absolute !important; inset:-30% !important;
  background:radial-gradient(60% 60% at 60% 0%, rgba(255,197,98,.35), transparent 60%) !important;
  pointer-events:none !important; filter:blur(16px) !important;
}

/* Textos em branco no Sob Medida */
.pricing-card.sob-medida .pricing-card__title,
.pricing-card.sob-medida .pricing-card__title small,
.pricing-card.sob-medida .pricing-card__subtitle,
.pricing-card.sob-medida .pricing-card__price .value,
.pricing-card.sob-medida .pricing-card__price .period,
.pricing-card.sob-medida .compare-link{ color:#fff !important; }

/* Ícones/itens no Sob Medida */
.pricing-card.sob-medida .pricing-card__features .ico{ background:rgba(255,255,255,.25) !important; color:#fff !important }
.pricing-card.sob-medida .pricing-card__features li{ color:#fff !important; }
.pricing-card.sob-medida .pricing-card__features li:hover{ color:#fff !important; }

/* Botão do Sob Medida: fundo branco e TEXTO PRETO */
.pricing-card.sob-medida .btn-cta{
  background:#fff !important; color:#000 !important;
  box-shadow:0 8px 24px rgba(0,0,0,.15), 0 8px 30px rgba(255,255,255,.28) !important;
}
.pricing-card.sob-medida .btn-cta:hover{
  box-shadow:0 10px 26px rgba(0,0,0,.18), 0 12px 34px rgba(255,255,255,.34) !important;
}

/* ——— Responsivo ——— */
@media (max-width: 991.98px){
  .pricing-card{min-height:600px !important; padding:26px 20px 20px !important;}
}
@media (max-width: 767.98px){
  .pricing-card__head{grid-template-columns:1fr !important}
  .pricing-card__price{grid-column:1 !important; grid-row:auto !important; justify-self:start !important; margin-top:6px !important}
  .pricing-card.destaque{transform:none !important}
  .pricing-card{min-height:auto !important}
  .users-chip{ --chip-icon:16px; }  /* menor no mobile */
}

/* ===== Animações ===== */
@keyframes floaty{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-6px) } }
@keyframes glowPulse{
  0%,100%{ box-shadow:0 12px 34px var(--orange-glow) }
  50%{ box-shadow:0 16px 44px rgba(255,157,1,.65) }
}
@keyframes ribbonShine{
  0%{ transform:translateX(-120%) }
  50%{ transform:translateX(120%) }
  100%{ transform:translateX(120%) }
}
@keyframes ribbonPulse{
  0%,100%{ transform:scale(1); box-shadow:0 2px 8px rgba(0,0,0,.08) }
  50%{ transform:scale(1.05); box-shadow:0 6px 16px rgba(0,0,0,.12) }
}
