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;
}

#modulos {
  margin-top: -40px !important;
}

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;
}


#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;
}
.botao-tirar-azul > a {
  text-decoration: none !important;
}

:root{
  --orange:#ff9d01;
  --orange-2:#ffb642;
  --orange-3:#ff7a00;
  --orange-glow: rgba(255,157,1,.45);
  --dark:#232323;
  --border:#e9e9e9;
  --check:#25B65E;
}

/* ==== PLANOS E PREÇOS ==== */

/* Container da seção de planos */
.planos-section {
    background: #ffffff;
    padding: 80px 0;
    margin: 80px 0;
}

.planos-section .container {
    max-width: 1320px;
    margin: 0 auto;
}

/* Título da seção */
.planos-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0c272f;
    text-align: center;
    margin-bottom: 60px;
}

/* Grid dos cards de planos */
.planos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Card de plano padrão */
.plano-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.plano-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Card destacado (Expansão) */
.plano-card.destaque {
    background: linear-gradient(135deg, #ff9d01 0%, #ffb347 100%);
    box-shadow: 0 8px 35px rgba(255, 157, 1, 0.4);
    transform: scale(1.02);
}

.plano-card.destaque:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 12px 40px rgba(255, 157, 1, 0.5);
}

/* Cabeçalho do card */
.plano-header {
    margin-bottom: 25px;
}

.plano-nome {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #0c272f;
    margin-bottom: 15px;
}

.plano-card.destaque .plano-nome {
    color: #ffffff;
}

/* Badge de usuários */
.plano-usuarios {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 157, 1, 0.15);
    border: 1px solid rgba(255, 157, 1, 0.3);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #ff9d01;
}

.plano-card.destaque .plano-usuarios {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.plano-usuarios svg {
    width: 16px;
    height: 16px;
}

/* Preço */
.plano-preco-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(140, 149, 154, 0.15);
    text-align: center;
}

.plano-card.destaque .plano-preco-wrapper {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.plano-preco {
    font-family: 'Syne', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #ff9d01;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.plano-card.destaque .plano-preco {
    color: #ffffff;
}

.plano-periodo {
    font-size: 16px;
    font-weight: 400;
    color: #8b959a;
    margin-left: 0;
    display: block;
}

.plano-card.destaque .plano-periodo {
    color: rgba(255, 255, 255, 0.9);
}

/* Descrição */
.plano-descricao {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #8b959a;
    margin-bottom: 25px;
    min-height: 60px;
}

.plano-card.destaque .plano-descricao {
    color: rgba(255, 255, 255, 0.95);
}

/* Lista de funcionalidades */
.plano-features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    flex-grow: 1;
}

.plano-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 400;
    color: #0c272f;
    line-height: 1.5;
}

.plano-card.destaque .plano-features li {
    color: #ffffff;
}

/* Ícone de check */
.plano-features li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255, 157, 1, 0.15);
    color: #ff9d01;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.plano-card.destaque .plano-features li::before {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* Botões */
.plano-btn-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plano-btn {
    width: 100%;
    padding: 16px 24px;
    border-radius: 15px;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.plano-btn-primary {
    background: #ff9d01;
    color: #ffffff;
}

.plano-btn-primary:hover {
    background: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 157, 1, 0.3);
}

/* Botão do card destacado */
.plano-card.destaque .plano-btn-primary {
    background: #ffffff;
    color: #ff9d01;
}

.plano-card.destaque .plano-btn-primary:hover {
    background: #f5f5f5;
    color: #e68a00;
}

.plano-btn-secondary {
    background: transparent;
    color: #8b959a;
    font-size: 14px;
    font-weight: 600;
}

.plano-btn-secondary:hover {
    color: #0c272f;
}

.plano-card.destaque .plano-btn-secondary {
    color: rgba(255, 255, 255, 0.8);
}

.plano-card.destaque .plano-btn-secondary:hover {
    color: #ffffff;
}

/* Botão de comparação */
.planos-compare-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.btn-compare-all {
    background: #ff9d01;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-compare-all:hover {
    background: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 157, 1, 0.4);
    color: #ffffff;
}

/* Responsivo - Tablets */
@media (max-width: 1199px) {
    .planos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .plano-card.destaque {
        transform: scale(1);
    }

    .plano-nome {
        font-size: 24px;
    }

    .plano-preco {
        font-size: 42px;
    }
}

/* Responsivo - Mobile */
@media (max-width: 767px) {
    .planos-section {
        padding: 60px 0;
        margin: 60px 0;
    }

    .planos-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .planos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .plano-card {
        padding: 30px 25px;
    }

    .plano-card.destaque {
        transform: scale(1);
    }

    .plano-nome {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .plano-preco {
        font-size: 38px;
    }

    .plano-descricao {
        font-size: 14px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .plano-features li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .btn-compare-all {
        width: 100%;
        max-width: 350px;
        font-size: 16px;
        padding: 16px 30px;
    }
}

/* Mobile muito pequeno */
@media (max-width: 480px) {
    .planos-section h2 {
        font-size: 28px;
    }

    .plano-nome {
        font-size: 20px;
    }

    .plano-preco {
        font-size: 34px;
    }

    .plano-card {
        padding: 25px 20px;
    }
}

/* ===== 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) }
}

/* ===== FAIXA DE TESTE GRÁTIS ===== */

.teste-gratis-banner {
    background: linear-gradient(135deg, #ff6b00 0%, #ff9d01 50%, #ffb347 100%);
    padding: 60px 0;
    margin: 80px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.teste-gratis-banner .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.teste-gratis-banner .banner-title {
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.teste-gratis-banner .banner-subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-teste-gratis {
    background: #fff !important;
    color: #FF9d01 !important;
    border: 2px solid #fff !important;
    border-radius: 50px;
    padding: 18px 45px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.btn-teste-gratis::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 157, 1, 0.3) 50%, 
        transparent 100%);
    transition: left 0.6s ease;
}

.btn-teste-gratis:hover::before {
    left: 100%;
}

.btn-teste-gratis:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-teste-gratis svg {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
}

.btn-teste-gratis:hover svg {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .teste-gratis-banner {
        padding: 40px 0;
        margin: 60px 0;
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .teste-gratis-banner .container {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .teste-gratis-banner .row {
        margin: 0;
    }
    
    .teste-gratis-banner .col-md-8,
    .teste-gratis-banner .col-md-4 {
        padding: 0 15px;
    }
    
    .teste-gratis-banner .banner-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .teste-gratis-banner .banner-subtitle {
        font-size: 15px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .btn-teste-gratis {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        font-size: 18px !important;
        padding: 16px 30px !important;
    }
}

@media (max-width: 576px) {
    .teste-gratis-banner {
        padding: 35px 0;
    }
    
    .teste-gratis-banner .container {
        padding: 0 15px;
    }
    
    .teste-gratis-banner .banner-title {
        font-size: 20px;
        padding: 0 5px;
    }
    
    .teste-gratis-banner .banner-subtitle {
        font-size: 14px;
        padding: 0 5px;
    }
    
    .btn-teste-gratis {
        font-size: 16px !important;
        padding: 14px 25px !important;
    }
}

/* ==== DOBRA CHAMA NO WHATSAPP ==== */

/* Banner Principal com Urgência */
.whatsapp-urgencia-banner {
    background: linear-gradient(135deg, #ff9d01 0%, #ff6b00 50%, #ff9d01 100%);
    padding: 60px 0;
    margin: 80px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

/* Efeito de brilho animado no fundo */
.whatsapp-urgencia-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    animation: rotate-glow 15s linear infinite;
}

.whatsapp-urgencia-banner .row.align-items-center {
    margin-top: 50px !important;
}

.whatsapp-urgencia-banner .row.mt-4.justify-content-center {
    margin-top: 50px !important;
}

@keyframes rotate-glow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.whatsapp-urgencia-banner .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Título com destaque */
.whatsapp-urgencia-banner .banner-title-urgencia {
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
}

/* Subtítulo */
.whatsapp-urgencia-banner .banner-subtitle-urgencia {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Lista de benefícios */
.lista-beneficios-urgencia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.lista-beneficios-urgencia li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Carrossel de benefícios mobile */
.beneficio-item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Botão WhatsApp com animação pulsante */
.btn-whatsapp-urgencia {
    background: #25D366 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    padding: 15px 30px !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.btn-whatsapp-urgencia svg {
    width: 24px;
    height: 24px;
}

/* Efeito de pulso constante */
.pulsar {
    animation: pulsar-btn 1.5s ease-in-out infinite;
}

@keyframes pulsar-btn {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
}

/* Efeito de brilho no hover */
.btn-whatsapp-urgencia::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 100%);
    transition: left 0.5s ease;
}

.btn-whatsapp-urgencia:hover::before {
    left: 100%;
}

.btn-whatsapp-urgencia:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.7);
    background: #128C7E !important;
}

/* Responsivo para telas grandes */
@media (min-width: 1400px) {
    .whatsapp-urgencia-banner .banner-title-urgencia {
        font-size: 42px;
    }
}

/* Responsivo para tablets e telas médias */
@media (max-width: 1199px) {
    .whatsapp-urgencia-banner .container {
        max-width: 960px;
    }

    .whatsapp-urgencia-banner .banner-title-urgencia {
        font-size: 34px;
    }

    .whatsapp-urgencia-banner .banner-subtitle-urgencia {
        font-size: 17px;
    }
}

/* Responsivo para tablets */
@media (max-width: 991px) {
    .whatsapp-urgencia-banner {
        padding: 50px 0;
        margin: 60px 0;
    }

    .whatsapp-urgencia-banner .container {
        max-width: 100%;
        width: 100%;
    }

    .whatsapp-urgencia-banner .banner-title-urgencia {
        font-size: 28px;
        margin-bottom: 0;
    }

    .whatsapp-urgencia-banner .banner-subtitle-urgencia {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .lista-beneficios-urgencia {
        gap: 20px;
    }

    .lista-beneficios-urgencia li {
        font-size: 15px;
    }

    .btn-whatsapp-urgencia {
        padding: 14px 28px !important;
        font-size: 17px !important;
    }

    .btn-whatsapp-urgencia svg {
        width: 22px;
        height: 22px;
    }
}

/* Responsivo para mobile */
@media (max-width: 767px) {
    .whatsapp-urgencia-banner {
        padding: 40px 0;
        margin: 50px 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .whatsapp-urgencia-banner .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .whatsapp-urgencia-banner .row {
        margin-left: 0;
        margin-right: 0;
    }

    .whatsapp-urgencia-banner .banner-title-urgencia {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.4;
        padding: 0 10px;
    }

    .whatsapp-urgencia-banner .banner-subtitle-urgencia {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
        padding: 0 10px;
    }

    .btn-whatsapp-urgencia {
        width: auto;
        padding: 16px 30px !important;
        font-size: 16px !important;
        margin-top: 10px;
    }

    .btn-whatsapp-urgencia svg {
        width: 20px;
        height: 20px;
    }

    .beneficio-item {
        font-size: 15px;
        padding: 10px 15px;
    }
}

/* Responsivo para mobile muito pequeno */
@media (max-width: 480px) {
    .whatsapp-urgencia-banner .banner-title-urgencia {
        font-size: 22px !important;
    }

    .whatsapp-urgencia-banner .banner-subtitle-urgencia {
        font-size: 15px !important;
    }

    .btn-whatsapp-urgencia {
        font-size: 15px !important;
        padding: 14px 25px !important;
    }

    .beneficio-item {
        font-size: 14px;
    }
}