h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

@media (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

.border-30 {
  border-radius: 30px;
}

.form-default-select {
  background-color: #D5D5D5;
  border-radius: 30px;
  border: 0;
  color: #444;
  padding: 10px;
  outline: none;
  cursor: pointer;
}

.form-default .form-group select {
  background: transparent;
  border-radius: 30px;
  border: 0 !important;
  cursor: pointer;
  color: #444;
  outline: none;
  font-size: 0.9375rem;
  font-weight: 500;
  
}
@media (max-width: 996px) {
  .form-default .form-group select {
    width: 100%;
  }
}
.form-default .form-group.search {
  position: relative;
}
.form-default .form-group.search .form-control {
  color: #444;
  font-size: 0.9375rem;
  border: 1px solid #111827;
  border-radius: 30px;
  padding: 10px 26px;
  padding-right: 80px;
}
.form-default .form-group.search .form-control:focus {
  box-shadow: none;
}
.form-default .form-group.search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.form-default .form-group.search button svg {
  width: 16px;
  height: 16px;
  fill: #444;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1174px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
body {
  font-family: "Montserrat", sans-serif;
}
body.active {
  overflow: hidden;
}

.btn-orange {
  background: linear-gradient(90deg, #f7911e 0%, #e2a020 50.2607824864%, #f6bb06 100%);
  border-radius: 9999px;
  border-width: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-orange:hover {
  color: #FFFFFF;
}
.btn-orange:focus {
  box-shadow: none;
}

.btn-orange-border {
  background: transparent;
  border: 1px solid #f7911e;
  border-radius: 9999px;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 30px;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.btn-orange-border:hover {
  background: #f7911e;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.btn-orange-border:focus {
  box-shadow: none;
}

.btn-black-line {
  background: #FFFFFF;
  border-color: #333;
  border-radius: 9999px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  height: 41px;
  line-height: 100%;
  padding: 11px 21px;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.btn-black-line:hover {
  background: #333;
  color: #FFFFFF;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.btn-black-line:focus {
  box-shadow: none;
}

.btn-plan {
  background: transparent;
  border: 1px solid #19928F;
  border-radius: 9999px;
  color: #19928F;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 30px;
  transition: all 0.3s ease-out;
}
.btn-plan:hover {
  background: #19928F;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.btn-plan:focus {
  box-shadow: none;
}

.btn-flow {
  background: transparent;
  border: 1px solid #2b4390;
  border-radius: 9999px;
  color: #2b4390;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 30px;
  transition: all 0.3s ease-out;
}
.btn-flow:hover {
  background: #2b4390;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.btn-flow:focus {
  box-shadow: none;
}

.btn-plano-menu {
  background: linear-gradient(90deg, rgb(10, 139, 135) 14.8717948718%, rgb(36, 208, 186) 71.2820512821%, rgb(27, 196, 195) 100%);
  border-radius: 20px;
  border-width: 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-plano-menu:hover {
  color: #FFFFFF;
}
.btn-plano-menu:focus {
  box-shadow: none;
}

.btn-fluxo-menu {
  background: linear-gradient(90deg, rgb(38, 63, 137) 0%, rgb(57, 79, 165) 23.0769230769%, rgb(68, 116, 219) 50.7692307692%, rgb(86, 168, 234) 74.8717948718%, rgb(78, 202, 224) 100%);
  border-radius: 20px;
  border-width: 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-fluxo-menu:hover {
  color: #FFFFFF;
}
.btn-fluxo-menu:focus {
  box-shadow: none;
}

.accordion.fluxo .accordion-item {
  border: 1px solid #4370D5;
}
.accordion.fluxo .accordion-item:first-child {
  border-top: 1px solid #4370D5;
}
.accordion.fluxo .accordion-item:last-child {
  border-bottom: 1px solid #4370D5;
}
.accordion.fluxo .accordion-item.active {
  border: 0px;
}
.accordion.fluxo .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../../assets/images/arrow-accordion-fluxo.svg");
}
.accordion.parceria .accordion-item {
  border: 1px solid #f2941e;
}
.accordion.parceria .accordion-item:first-child {
  border-top: 1px solid #f2941e;
}
.accordion.parceria .accordion-item:last-child {
  border-bottom: 1px solid #f2941e;
}
.accordion.parceria .accordion-item.active {
  border: 0px;
}
.accordion.parceria .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../../assets/images/arrow-accordion-parceria.svg");
}
.accordion .accordion-item {
  border: 1px solid #0AAAAA;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  overflow: hidden;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #0AAAAA;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #0AAAAA;
}
.accordion .accordion-item.active {
  border: 0px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../../assets/images/arrow-accordion.svg");
  height: 13px;
  width: 21px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.swiper-button-prev {
  height: 32px !important;
  width: 21px !important;
  z-index: 1 !important;
}
.swiper-button-prev:after {
  background-image: url("../../assets/images/arrow-left.svg");
  background-size: cover;
  content: "" !important;
  height: 32px;
  width: 21px;
}

.swiper-button-next {
  height: 32px !important;
  width: 21px !important;
  z-index: 1 !important;
}
.swiper-button-next:after {
  background-image: url("../../assets/images/arrow-right.svg");
  background-size: cover;
  content: "" !important;
  height: 32px;
  width: 21px;
}

#videoo {
  mix-blend-mode: multiply;
  overflow: hidden;
}

@media (max-width: 996px) {
  header {
    align-items: center;
    background: #FFFFFF;
    display: flex;
    height: 60px;
  }
}
header .navbar-toggler {
  border: 0;
  position: absolute;
  top: -17px;
  right: 0px;
  z-index: 90;
}
header .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-toggler .text {
  color: red;
  opacity: 1;
  text-transform: uppercase;
}
header .navbar-toggler svg {
  width: 33px;
  height: 31px;
}
header .navbar-toggler svg:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-toggler svg .top {
  transform: rotate(40deg) translate(10px, 1px);
  transition: all 0.3s ease-out;
}
header .navbar-toggler svg .center {
  opacity: 0;
  transition: all 0.3s ease-out;
}
header .navbar-toggler svg .bottom {
  transform: rotate(-40deg) translate(-50px, 58px);
  transition: all 0.3s ease-out;
}
header .navbar-toggler.collapsed svg {
  width: 33px;
  height: 31px;
}
header .navbar-toggler.collapsed svg:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-toggler.collapsed svg:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-toggler.collapsed svg .top {
  transform: rotate(0deg) translate(0px, 5px);
  transition: all 0.3s ease-out;
}
header .navbar-toggler.collapsed svg .center {
  opacity: 1;
  transition: all 0.3s ease-out;
}
header .navbar-toggler.collapsed svg .bottom {
  transform: rotate(0deg) translate(0px, 74px);
  transition: all 0.3s ease-out;
}
header .navbar-toggler.collapsed .text {
  opacity: 0;
}
header .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFFFFF;
  padding: 90px 21px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
header .navbar-collapse.show {
  opacity: 1;
  transition: all 0.2s ease-out;
  z-index: 50;
  overflow: auto;
}
header .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  height: 85px;
  color: black;
  overflow: hidden;
  position: relative;
}
@media (max-width: 996px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 1.3125rem;
    height: 55px;
  }
}
header .navbar-nav .nav-item .nav-link span {
  position: relative;
}
header .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
  opacity: 0;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: black;
  transition: all 0.3s ease-out;
}
header .btn-orange {
  font-size: 0.9375rem;
  line-height: 100%;
  transition: all 0.3s ease-out;
  width: 216px;
}
header .btn-orange:hover {
  color: #FFFFFF;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
@media (min-width: 1024px) {
  header .header-nav {
    height: 82px;
  }
}
header .header-nav .products-box {
  width: 92%;
}
@media (max-width: 768px) {
  header .header-nav .products-box {
    width: 100%;
  }
}
header .header-nav .apprenticeship-box {
  width: 40%;
}
@media (max-width: 768px) {
  header .header-nav .apprenticeship-box {
    width: 100%;
  }
}
header .header-nav .apprenticeship-box .btn-orange {
  font-size: 0.875rem;
}
header .header-nav .products-box,
header .header-nav .apprenticeship-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.2509803922), 0 30px 60px -30px rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
  top: 82px;
  z-index: 50;
}
@media (min-width: 1024px) {
  header .header-nav .products-box,
  header .header-nav .apprenticeship-box {
    position: absolute;
  }
}
@media (max-width: 1600px) {
  header .header-nav .products-box {
    right: 0;
  }
  header .header-nav .products-box .btn,
  header .header-nav .apprenticeship-box .btn {
    font-size: 0.875rem !important;
  }
}
header .header-nav .products-box .btn-orange,
header .header-nav .apprenticeship-box .btn-orange {
  padding: 13.5px 30px;
  width: initial;
}
header .header-nav .products-box .btn-orange:hover,
header .header-nav .apprenticeship-box .btn-orange:hover {
  transform: scale(1);
}
header .header-nav .products-box .menu-plans .nav-item,
header .header-nav .apprenticeship-box .menu-plans .nav-item {
  height: initial;
}
header .header-nav .products-box .menu-plans .nav-item .nav-link,
header .header-nav .apprenticeship-box .menu-plans .nav-item .nav-link {
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  height: auto !important;
}
header .header-nav .products-box .menu-plans .nav-item .nav-link:hover,
header .header-nav .apprenticeship-box .menu-plans .nav-item .nav-link:hover {
  color: #f6bb06;
}
header .header-nav .products-box .title,
header .header-nav .apprenticeship-box .title {
  font-size: 1.25rem;
}
header .header-nav .products-box .text,
header .header-nav .apprenticeship-box .text {
  font-size: 1.125rem;
}
header .header-nav .products-box .white,
header .header-nav .apprenticeship-box .white {
  padding: 29px;
}
header .header-nav .products-box .gray,
header .header-nav .apprenticeship-box .gray {
  background-color: #f9f9f9;
  padding: 29px;
}
@media (min-width: 1024px) {
  header .header-nav .nav-item {
    align-items: center;
    display: flex;
    height: 82px;
  }
}
@media (max-width: 768px) {
  header .header-nav .nav-item {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  header .header-nav .nav-item .btn {
    width: 100%;
  }
}
header .header-nav .nav-item .nav-link {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}
header .header-nav .nav-item .nav-link:hover {
  font-weight: bold;
}
header .header-nav .nav-item:hover .nav-link {
  font-weight: bold;
}

footer {
  background-position: center center;
  background-size: cover;
  float: left;
  width: 100%;
}
footer .text-footer {
  color: #111827;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 13px;
  text-transform: uppercase;
}
footer .link {
  color: #575757;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
footer .link.address {
  color: #AAA;
}
@media (min-width: 1024px) {
  footer .link.address {
    margin-left: 35px;
  }
}
footer .link:hover {
  color: #f6bb06;
}
footer .social .nav .nav-item .nav-link svg {
  fill: #C9C9C9;
  height: 24px;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 24px;
}
footer .social .nav .nav-item .nav-link:hover svg {
  opacity: 0.8;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
footer .planos .links .nav-item .nav-link {
  color: #AAA;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
footer .planos .links .nav-item .nav-link:hover {
  font-weight: bold;
}

.subtitle {
  color: #AAA;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 0.875rem;
  }
}

.alls-box,
.alls-box-fluxo {
  border-radius: 20px;
  cursor: pointer;
  height: 100%;
  padding: 23px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .alls-box,
  .alls-box-fluxo {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
}
.alls-box .icon img,
.alls-box-fluxo .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 36px;
}
.alls-box .text,
.alls-box-fluxo .text {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.alls-box p,
.alls-box-fluxo p {
  color: #5A5A5A;
  font-size: 0.75rem;
  font-weight: 400;
}
.alls-box:hover,
.alls-box-fluxo:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.depoiments-section {
  overflow: hidden;
}
.depoiments-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.depoiments-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .depoiments-section .title {
    font-size: 1.625rem;
  }
}
.depoiments-section .depoiments-swiper-row {
  background-position: center center;
  background-size: cover;
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments {
  height: 550px;
  overflow: initial;
}
@media (max-width: 768px) {
  .depoiments-section .depoiments-swiper-row .swiper-depoiments {
    padding: 0 20px;
    height: auto;
  }
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide {
  opacity: 0.3;
  transition: all 0.3s ease-out;
  width: 700px;
}
@media (max-width: 768px) {
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box {
  background-color: #FFFFFF;
  border-radius: 40px;
  bottom: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 50px 50px 50px 50px;
  position: relative;
}
@media (min-width: 1024px) {
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .icon {
    position: absolute;
  }
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .desc {
    margin-left: 100px;
  }
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .infos {
    margin-left: 45px;
  }
}
@media (max-width: 768px) {
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .icon img {
    height: 45px;
    width: 45px;
  }
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .img {
  background-color: #F4F4F4;
  border-radius: 100px;
  height: 55px;
  overflow: hidden;
  width: 55px;
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .swiper-wrapper .swiper-slide .depoiment-box .img .client-img {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 55px;
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .buttons {
  bottom: 50px;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
}
.depoiments-section .depoiments-swiper-row .swiper-depoiments .buttons .swiper-center-buttons {
  position: relative;
  width: 250px;
}
@media (max-width: 768px) {
  .depoiments-section .depoiments-swiper-row .swiper-depoiments .buttons {
    bottom: 20px;
  }
}

.alternate-section .title {
  background: linear-gradient(90deg, #19928F 15.12%, #1FC1AF 68.71%, #1DC6C1 86.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  background-clip: text;
  display: inline-flex;
  font-size: 1.875rem;
  font-weight: bold;
  text-fill-color: transparent;
}
.alternate-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .alternate-section .title {
    font-size: 1.625rem;
  }
}
.alternate-section .nav {
  padding-left: 40px;
}
.alternate-section .nav .nav-item {
  list-style: disc;
}

.strip-section .strip-box {
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  padding: 70px 210px;
  position: relative;
}
@media (max-width: 768px) {
  .strip-section .strip-box {
    padding: 50px 10px !important;
  }
}
.strip-section .strip-box::before {
  background: #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.strip-section .strip-box .title {
  color: #444;
  font-size: 1.875rem;
  font-weight: bold;
}
.strip-section .strip-box .btn {
  font-size: 0.875rem;
}

.home-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.home-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  line-height: 1.2;
}
.home-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .home-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.home-body .fullbanner-topo .ee-video-container .ee-video {
  width: 100%;
}
.home-body .fullbanner-topo .marquee {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
.home-body .fullbanner-topo .marquee .brands-animate {
  animation: scroll 30s linear infinite running;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.home-body .fullbanner-topo .marquee .brands-animate .brand {
  height: 30px;
}
.home-body .fullbanner-topo .marquee .brands-animate .brand img {
  height: 100%;
  max-width: initial;
  width: auto;
}
.home-body .transformation-section {
  background-color: #F4F4F4;
  background-size: cover;
}
.home-body .transformation-section .transformation-box {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 40px 140px;
  text-align: center;
}
.home-body .transformation-section .transformation-box .title {
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .home-body .transformation-section .transformation-box {
    padding: 30px 20px;
  }
  .home-body .transformation-section .transformation-box .title {
    font-size: 1.375rem;
  }
}
.home-body .alls-plano-section .btn-plan {
  width: 268px;
}
.home-body .alls-plano-section .title {
  background: linear-gradient(90deg, #19928F 15.12%, #1FC1AF 68.71%, #1DC6C1 86.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-flex;
  font-size: 1.875rem;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  .home-body .alls-plano-section .alls-plano-row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.home-body .alls-fluxo-section .btn-flow {
  width: 268px;
}
.home-body .alls-fluxo-section .title {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-flex;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  .home-body .alls-fluxo-section .alls-fluxo-row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.home-body .clients-section {
  background-color: #F1F1F1;
}
.home-body .clients-section .subtitle {
  color: #374151;
}
.home-body .clients-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  line-height: 1.2;
}
.home-body .clients-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .home-body .clients-section .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .home-body .clients-section .title {
    font-size: 1.75rem;
  }
}
.home-body .clients-section .clients-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .home-body .clients-section .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-body .clients-section .clients-grid .client {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-body .clients-section .clients-grid .client img {
  mix-blend-mode: multiply;
  width: 90px;
}
.home-body .demonstration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.5625rem;
}
.home-body .demonstration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .home-body .demonstration-section .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .home-body .demonstration-section .title {
    font-size: 1.375rem;
  }
}
.home-body .demonstration-section .nav .nav-item {
  align-items: center;
  display: flex;
}
.home-body .demonstration-section .nav .nav-item .text-box {
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
  transition: 500ms;
  display: block;
}
@media (max-width: 768px) {
  .home-body .demonstration-section .nav .nav-item .text-box {
    font-size: 0.875rem;
  }
}
.home-body .demonstration-section .nav .nav-item .text-box:hover {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition: 500ms;
}
.home-body .demonstration-section .ee-video {
  position: relative;
}
@media (min-width: 1024px) {
  .home-body .demonstration-section .ee-video {
    bottom: 90px;
    right: 40px;
  }
}
.home-body .about-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.home-body .about-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .home-body .about-section .title {
    font-size: 1.625rem;
  }
}
.home-body .about-section .about-box .number {
  color: #D9D9D9;
  font-size: 2.5rem;
  font-weight: 700;
}
.home-body .about-section .about-box .number .count-number {
  color: #444;
  font-size: 1.875rem;
  letter-spacing: -0.07em;
}
.home-body .about-section .desc {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.plano-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.plano-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.plano-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.plano-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.plano-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.plano-body .plan-items-section .plan-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .plano-body .plan-items-section .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plano-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.plano-body .plan-items-section .plan-grid .item .link {
  padding: 40px 10px;
  text-decoration: none;
}
.plano-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.plano-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.plano-body .integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.plano-body .integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .integration-section .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .plano-body .integration-section .title {
    font-size: 1.875rem !important;
  }
}
.plano-body .integration-section .number {
  color: #111827;
  font-size: 3.125rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .plano-body .integration-section .number {
    font-size: 1.875rem;
  }
  .plano-body .integration-section .number + p {
    font-size: 0.75rem;
  }
}
.plano-body .functions-section {
  overflow: hidden;
}
.plano-body .functions-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.plano-body .functions-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .functions-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .functions-section .ee-video {
  height: auto;
  width: 100%;
}
.plano-body .functions-section .list-items {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.plano-body .functions-section .list-items .item {
  padding: 13px 20px 20px 145px;
}
@media (max-width: 768px) {
  .plano-body .functions-section .list-items .item {
    padding: 20px;
  }
}
.plano-body .functions-section .list-items .item:nth-child(odd) {
  background-color: #F4F4F4;
}
.plano-body .functions-section .list-items .item:nth-child(even) {
  background-color: #F9F9F9;
}
.plano-body .functions-section .list-items .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.plano-body .functions-section .list-items .item .description-list .nav .nav-item .nav-link {
  color: #111827;
}
.plano-body .benefits-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.plano-body .benefits-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .benefits-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .benefits-section .title b {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.plano-body .benefits-section .benefits-box .icon {
  flex: 1;
  width: 44px;
}
.plano-body .benefits-section .benefits-box .info {
  flex: 8;
}
.plano-body .benefits-section .benefits-box .info .text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
}
.plano-body .benefits-section .benefits-box .info p {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}
.plano-body .clients-section {
  background-color: #F4F4F4;
}
.plano-body .clients-section .subtitle {
  color: #AAA;
}
.plano-body .clients-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.plano-body .clients-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .clients-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .clients-section .title b {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.plano-body .clients-section p {
  font-size: 1rem;
  letter-spacing: 2.4px;
}
.plano-body .clients-section .clients-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .plano-body .clients-section .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plano-body .clients-section .clients-grid .client {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plano-body .clients-section .clients-grid .client img {
  mix-blend-mode: multiply;
  width: 90px;
}
.plano-body .integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.plano-body .integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .integration-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .integration-section .title b {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.plano-body .depoiments-section .title strong {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.plano-body .modules-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.plano-body .modules-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .modules-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .modules-section .module-box .text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
}
.plano-body .modules-section .module-box p {
  color: #000;
  font-size: 0.875rem;
}
.plano-body .faq-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.plano-body .faq-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .plano-body .faq-section .title {
    font-size: 1.625rem;
  }
}
.plano-body .faq-section .title b {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.modulos-plano-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.modulos-plano-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.modulos-plano-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .modulos-plano-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.modulos-plano-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.modulos-plano-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.modulos-plano-body .plan-items-section .plan-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .modulos-plano-body .plan-items-section .plan-grid {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.modulos-plano-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.modulos-plano-body .plan-items-section .plan-grid .item .link {
  padding: 35px 10px;
  text-decoration: none;
}
.modulos-plano-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}
.modulos-plano-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.modulos-plano-body .depoiments-section .title strong {
  color: #1ba29a;
}
.modulos-plano-body .strip-box {
  padding: 70px 210px;
}

.fluxo-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.fluxo-body .fullbanner-topo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.fluxo-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.fluxo-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.fluxo-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.fluxo-body .plan-items-section .plan-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .fluxo-body .plan-items-section .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fluxo-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
  display: flex;
}
.fluxo-body .plan-items-section .plan-grid .item .link {
  padding: 10px;
  text-decoration: none;
}
.fluxo-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.fluxo-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.fluxo-body .integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.fluxo-body .integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .integration-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .integration-section .title b {
  background: -webkit-linear-gradient(left, #29428E, #4FC7E1) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.fluxo-body .integration-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.fluxo-body .integration-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .integration-section .text {
    font-size: 1.625rem;
  }
}
.fluxo-body .integration-section .number {
  color: #111827;
  font-size: 3.125rem;
  font-weight: bold;
}
.fluxo-body .modules-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.fluxo-body .modules-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .modules-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .functions-section {
  overflow: hidden;
}
.fluxo-body .functions-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.fluxo-body .functions-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .functions-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .functions-section .ee-video {
  height: auto;
  width: 100%;
}
.fluxo-body .functions-section .list-items {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.fluxo-body .functions-section .list-items .item {
  padding: 13px 20px 20px 145px;
}
@media (max-width: 768px) {
  .fluxo-body .functions-section .list-items .item {
    padding: 20px;
  }
}
.fluxo-body .functions-section .list-items .item:nth-child(odd) {
  background-color: #F4F4F4;
}
.fluxo-body .functions-section .list-items .item:nth-child(even) {
  background-color: #F9F9F9;
}
.fluxo-body .functions-section .list-items .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.fluxo-body .functions-section .list-items .item .description-list .nav .nav-item .nav-link {
  color: #111827;
}
.fluxo-body .benefits-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.fluxo-body .benefits-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .benefits-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .benefits-section .benefits-box .icon {
  flex: 1.6;
}
.fluxo-body .benefits-section .benefits-box .info {
  flex: 8;
}
.fluxo-body .benefits-section .benefits-box .info .text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
}
.fluxo-body .benefits-section .benefits-box .info p {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}
.fluxo-body .clients-section {
  background-color: #F4F4F4;
}
.fluxo-body .clients-section .subtitle {
  color: #AAA;
}
.fluxo-body .clients-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
}
.fluxo-body .clients-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .clients-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .clients-section p {
  font-size: 1rem;
  letter-spacing: 2.4px;
}
.fluxo-body .clients-section .clients-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .fluxo-body .clients-section .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fluxo-body .clients-section .clients-grid .client {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fluxo-body .clients-section .clients-grid .client img {
  mix-blend-mode: multiply;
  width: 180px;
}
.fluxo-body .depoiments-section .title strong {
  background: -webkit-linear-gradient(left, #29428E, #4FC7E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.fluxo-body .modules-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.fluxo-body .modules-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .modules-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .modules-section .module-box .text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
}
.fluxo-body .modules-section .module-box p {
  color: #000;
  font-size: 0.875rem;
}
.fluxo-body .modules-section .module-box img {
  width: 50px;
}
.fluxo-body .faq-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.fluxo-body .faq-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .fluxo-body .faq-section .title {
    font-size: 1.625rem;
  }
}
.fluxo-body .faq-section .title b {
  background: -webkit-linear-gradient(left, #29428E, #4FC7E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.fluxo-body .strip-section .strip-box {
  padding: 70px 100px;
}

.modulos-fluxo-body.cenarios .plan-items-section .plan-grid {
  gap: 80px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .modulos-fluxo-body.cenarios .plan-items-section .plan-grid {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.modulos-fluxo-body.cenarios .agile-integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.modulos-fluxo-body.cenarios .agile-integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .modulos-fluxo-body.cenarios .agile-integration-section .title {
    font-size: 1.625rem;
  }
}
.modulos-fluxo-body.cenarios .agile-integration-section .title b {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.modulos-fluxo-body.cenarios .agile-integration-section .nav {
  padding-left: 40px;
}
.modulos-fluxo-body.cenarios .agile-integration-section .nav .nav-item {
  list-style: disc;
  padding-left: 10px;
}
.modulos-fluxo-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.modulos-fluxo-body .fullbanner-topo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.modulos-fluxo-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.modulos-fluxo-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .modulos-fluxo-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.modulos-fluxo-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.modulos-fluxo-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.modulos-fluxo-body .plan-items-section .plan-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .modulos-fluxo-body .plan-items-section .plan-grid {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.modulos-fluxo-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.modulos-fluxo-body .plan-items-section .plan-grid .item .link {
  padding: 35px 10px;
  text-decoration: none;
}
.modulos-fluxo-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}
.modulos-fluxo-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.modulos-fluxo-body .alternate-section .title {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.modulos-fluxo-body .depoiments-section .title strong {
  color: #3d5fbb;
}
.modulos-fluxo-body .integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.875rem;
  display: flex;
}
.modulos-fluxo-body .integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .modulos-fluxo-body .integration-section .title {
    font-size: 1.625rem;
  }
}
.modulos-fluxo-body .integration-section .title b {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.modulos-fluxo-body .strip-box {
  padding: 70px 150px;
}
.modulos-fluxo-body .strip-box .title {
  font-weight: 400 !important;
}

.integracoes-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.integracoes-body .fullbanner-topo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.integracoes-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.integracoes-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .integracoes-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.integracoes-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.integracoes-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.integracoes-body .agile-integration-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.integracoes-body .agile-integration-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .integracoes-body .agile-integration-section .title {
    font-size: 1.625rem;
  }
}
.integracoes-body .agile-integration-section .title b {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.integracoes-body .agile-integration-section .nav {
  padding-left: 40px;
}
.integracoes-body .agile-integration-section .nav .nav-item {
  list-style: disc;
  padding-left: 10px;
}
.integracoes-body .alternate-section .title {
  background: linear-gradient(90deg, #29428E 15.12%, #374EA2 32.03%, #4370D5 50.31%, #539FE7 67.84%, #4FC7E1 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.integracoes-body .alternate-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.integracoes-body .alternate-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .integracoes-body .alternate-section .text {
    font-size: 1.625rem;
  }
}
.integracoes-body .alternate-section .text b {
  background: #f0b358 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.customerexperience-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.customerexperience-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.customerexperience-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .customerexperience-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.customerexperience-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.customerexperience-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.customerexperience-body .plan-items-section .plan-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .customerexperience-body .plan-items-section .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.customerexperience-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.customerexperience-body .plan-items-section .plan-grid .item .link {
  padding: 40px 10px;
  text-decoration: none;
}
.customerexperience-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.customerexperience-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.customerexperience-body .alternate-section .title {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.customerexperience-body .alternate-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.customerexperience-body .alternate-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .customerexperience-body .alternate-section .text {
    font-size: 1.625rem;
  }
}
.customerexperience-body .alternate-section .text b {
  background: #f0b358 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.customerexperience-body .strip-section .strip-box {
  padding: 70px 180px;
}
.customerexperience-body .strip-section .strip-box::before {
  content: none;
}

.parceria-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .parceria-body .fullbanner-topo {
    background-position: 35% !important;
  }
}
.parceria-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.parceria-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .parceria-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .parceria-body .fullbanner-topo .title {
    font-size: 2.1875rem !important;
  }
}
.parceria-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.parceria-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.parceria-body .alternate-section .title {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.parceria-body .alternate-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.parceria-body .alternate-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .parceria-body .alternate-section .text {
    font-size: 1.625rem;
  }
}
.parceria-body .alternate-section .text b {
  background: #f0b358 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.parceria-body .alternate-section .nav .nav-item {
  align-items: center;
  list-style: none;
  display: flex;
}
.parceria-body .alternate-section .nav .nav-item .text-box {
  color: #444;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
  transition: 500ms;
  display: block;
  letter-spacing: 0.1em;
}
.parceria-body .alternate-section .nav .nav-item .text-box:hover {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition: 500ms;
}
.parceria-body .how-partner-section .title {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.parceria-body .how-partner-section .partner-box .icon img {
  width: 60px;
  height: 60px;
}
.parceria-body .how-partner-section .btn-orange {
  font-size: 1rem;
}
.parceria-body .solutions-section .title {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.parceria-body .solutions-section .text {
  background: -webkit-linear-gradient(left, #19928f, #1DC6C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.parceria-body .solutions-section .text.fluxo {
  background: -webkit-linear-gradient(left, #29428E, #4FC7E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.parceria-body .solutions-section p {
  letter-spacing: 1.5px;
}
.parceria-body .solutions-section .nav .nav-item {
  list-style: disc;
  padding-left: 10px;
}
.parceria-body .faq-section .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.parceria-body .faq-section .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .parceria-body .faq-section .title {
    font-size: 1.625rem;
  }
}
.parceria-body .faq-section .title b {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.parceria-body .strip-section .strip-box {
  padding: 70px 180px;
}
.parceria-body .strip-section .strip-box::before {
  content: none;
}

.content-section .blog-item .img-ajust {
  width: 100%;
  height: 154px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-section .blog-item .categories {
  color: #AAA;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .content-section .blog-item .categories {
    font-size: 0.875rem;
  }
}
.content-section .blog-item p {
  letter-spacing: 0.5px;
  font-size: 14px;
}
.content-section .blog-item .read-more {
  color: #AAA;
  font-size: 1.0rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  position: relative;
}
.content-section .blog-item .read-more::before {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #f7911e;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 768px) {
  .content-section .blog-item .read-more {
    font-size: 0.875rem;
  }
}
.content-section .blog-item .title {
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 15px 0 !important;
}
.content-section .blog-item:hover .read-more {
  color: #f7911e;
}

.blog-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.blog-body .fullbanner-topo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4588235294);
  position: absolute;
  left: 0;
  top: 0;
}
.blog-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.blog-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .blog-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.blog-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.blog-body .strip-section .strip-box {
  padding: 70px 120px;
}
.blog-body .strip-section .strip-box::before {
  content: none;
}

.cases-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.cases-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.cases-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .cases-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.cases-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.cases-body .strip-section .strip-box {
  padding: 70px 120px;
}
.cases-body .strip-section .strip-box::before {
  content: none;
}

.quemsomos-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.quemsomos-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.quemsomos-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .quemsomos-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.quemsomos-body .fullbanner-topo .ee-video {
  border-radius: 20px;
  width: 100%;
}
.quemsomos-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.quemsomos-body .plan-items-section .plan-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .quemsomos-body .plan-items-section .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.quemsomos-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.quemsomos-body .plan-items-section .plan-grid .item .link {
  padding: 40px 10px;
  text-decoration: none;
}
.quemsomos-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.quemsomos-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.quemsomos-body .alternate-section .title {
  background: linear-gradient(90deg, rgb(247, 145, 30) 15.12%, rgb(226, 160, 32) 68.71%, rgb(246, 187, 6) 86.74%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.quemsomos-body .alternate-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.quemsomos-body .alternate-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .quemsomos-body .alternate-section .text {
    font-size: 1.625rem;
  }
}
.quemsomos-body .alternate-section .text b {
  background: #f0b358 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.quemsomos-body .strip-section .strip-box {
  padding: 70px 120px;
}
.quemsomos-body .strip-section .strip-box::before {
  content: none;
}

.trabalheconosco-body .fullbanner-topo {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.trabalheconosco-body .fullbanner-topo .title {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  font-size: 1.875rem;
}
.trabalheconosco-body .fullbanner-topo .title strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .trabalheconosco-body .fullbanner-topo .title {
    font-size: 1.625rem;
  }
}
.trabalheconosco-body .fullbanner-topo .btn {
  font-size: 0.875rem;
}
.trabalheconosco-body .plan-items-section .plan-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .trabalheconosco-body .plan-items-section .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trabalheconosco-body .plan-items-section .plan-grid .item {
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-out;
}
.trabalheconosco-body .plan-items-section .plan-grid .item .link {
  padding: 40px 10px;
  text-decoration: none;
}
.trabalheconosco-body .plan-items-section .plan-grid .item .title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.trabalheconosco-body .plan-items-section .plan-grid .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.trabalheconosco-body .alternate-section .text {
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}
.trabalheconosco-body .alternate-section .text strong {
  color: #f2941e;
}
@media (max-width: 768px) {
  .trabalheconosco-body .alternate-section .text {
    font-size: 1.625rem;
  }
}
.trabalheconosco-body .strip-section .strip-box {
  padding: 70px 120px;
}
.trabalheconosco-body .strip-section .strip-box::before {
  content: none;
}

.formulariocontato-body main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.formulariocontato-body .title {
  color: #4F4F4F;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 40px;
}

.contato-body main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.contato-body .title {
  color: #4F4F4F;
  font-size: 2rem;
  font-weight: 700;
}
.contato-body .contact-box {
  padding: 45px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
}
@media (min-width: 1024px) {
  .contato-body .contact-box.full {
    padding-left: 80px;
  }
  .contato-body .contact-box.full .btn-orange-border {
    width: 257px;
  }
}

.politica-privacidade-body .politica-section .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.67em;
}
.politica-privacidade-body .politica-section h3 {
  font-size: 2rem;
  font-weight: bold;
}
.politica-privacidade-body .politica-section p {
  margin: 35px 0;
}
.blog-body-interna a{
  color: #f2941e !important;
}
.blog-body-interna h2, .blog-body-interna h3, .blog-body-interna h4, .blog-body-interna h5, .blog-body-interna h6{
  font-weight: bold;
  margin-top: 2rem;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
}

.pagination-wrapper .page-numbers.current {
    background-color: #333;
    color: #fff;
}

.pagination-wrapper .page-numbers:hover {
    background-color: #666;
    color: #fff;
}

.politica-privacidade-body .politica-section a {
  color: #f2941e;
}/*# sourceMappingURL=style.css.map */


.form-contato-bg{
  box-shadow: 0px 4px 20px 0px #0000001A;
}

/* Sidebar Blog ********************************************************************************************/

#sidebarBlog #sidebarBlogInterno {
  float: left;
  width: 100%;
}

/* Banners */

#sidebarBlog #sidebarBlogInterno .bannerSidebar {
  float: left;
  width: 100%;
}

#sidebarBlog #sidebarBlogInterno .bannerSidebar .imagemSidebar {
  float: left;
  width: 100%; 
  margin-bottom: 30px;
}

#sidebarBlog #sidebarBlogInterno .bannerSidebar .imagemSidebar img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Categorias */

#sidebarBlog #sidebarBlogInterno #categoriasSidebar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#sidebarBlog #sidebarBlogInterno #categoriasSidebar h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

#sidebarBlog #sidebarBlogInterno #categoriasSidebar ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#sidebarBlog #sidebarBlogInterno #categoriasSidebar ul li {
    float: left;
    width: 100%;
    padding: 8px 0;
    list-style: none;
}

#sidebarBlog #sidebarBlogInterno #categoriasSidebar ul li + li {
    border-top: solid 1px #f7911e;
}

#sidebarBlog #sidebarBlogInterno #categoriasSidebar ul li a {
    color: #666!important;
    text-decoration: none;
    font-size: 14px;
}

/* Posts Populares */

#sidebarBlog #sidebarBlogInterno #postsDestaques {
    float: left;
    width: 100%;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    display: flex;
    align-items: center;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .imagemPost {
    width: 30%;
    min-width: 30%;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .imagemPost figure {
    float: left;
    width: 100%;
    margin: 0;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .imagemPost figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .tituloPost {
    width: 70%;
    padding: 0 0 0 10px;
    text-decoration: none;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .tituloPost h3 {
    margin: 0;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    
    .conteudoComSidebar .col-sm-9,
    .conteudoComSidebar .col-sm-3 {
        float: left;
        width: 100%;
    }

    .conteudoComSidebar .col-sm-3 {
        margin-top: 40px;
    }

}

/* E-books *********************************************************/

.ebooks-body {
    float: left;
    width: 100%;
}

.ebooks-body .listaEbooks {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #fff;
}

.ebooks-body .listaEbooks h2 {
    color: #f2941e;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 28px;
}

.ebooks-body .listaEbooks ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.ebooks-body .listaEbooks ul li {
    text-align: center;
    list-style: none;
}

.ebooks-body .listaEbooks ul li figure {
    float: left;
    width: 100%;
}

.ebooks-body .listaEbooks ul li figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ebooks-body .listaEbooks ul li h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 20px 0;
    padding: 0 20px;
    line-height: 30px;
}

.ebooks-body .listaEbooks ul li a {
    background: linear-gradient(90deg, #f7911e 0%, #e2a020 50.2607824864%, #f6bb06 100%);
    border-radius: 9999px;
    border-width: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    
    .ebooks-body .listaEbooks .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .ebooks-body .listaEbooks ul {
        gap: 50px 20px;
    }

}

@media (max-width: 900px) {
    
    .ebooks-body .listaEbooks {
        padding: 40px 0;
    }

    .ebooks-body .listaEbooks ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .ebooks-body .listaEbooks ul li h3 {
        font-size: 18px;
        margin: 15px 0;
        line-height: 25px;
    }

}

@media (max-width: 500px) {

    .ebooks-body .listaEbooks .container {
        padding: 0 30px;
    }

    .ebooks-body .listaEbooks ul {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* Single E-book *****************************************************/

.ebookBodyInterna {
    float: left;
    width: 100%;
}

.ebookBodyInterna .boxConteudos {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.ebookBodyInterna .boxConteudos .boxTexto {
    padding-right: 70px;
}

.ebookBodyInterna .boxConteudos .boxTexto h1 {
    color: #f2941e;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 28px;
}

.ebookBodyInterna .boxConteudos .boxTexto .texto {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.ebookBodyInterna .boxConteudos .boxTexto img {
  max-width: 100%;
  height: auto;
}

.ebookBodyInterna .boxConteudos .boxFormulario {
    padding: 20px;
    background-color: #fcd770;
}

@media (max-width: 768px) {

  .ebookBodyInterna .container {
    width: 100%;
    max-width: 100%;
  }

  .ebookBodyInterna .container .row {
    flex-direction: column;
  }

  .ebookBodyInterna .boxConteudos .boxTexto {
    padding-right: 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .ebookBodyInterna .boxConteudos .boxFormulario {
    float: left;
    width: 100%;
  }

}

/*********************************************
Segmentos
*********************************************/

.segmentos-body {
  float: left;
  width: 100%;
}

.segmentos-body img {
  max-width: 100%;
}

/* Banner Principal */

.segmentos-body .bannerPrincipalSegmentos {
  float: left;
  width: 100%;
  background: url('../../../../uploads/2025/04/bg-banner-principal.jpg') center center no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}

/* Planejamento */

.segmentos-body .boxPlanejamento {
  float: left;
  width: 100%;
  text-align: center;
  padding: 70px 0;
}

.segmentos-body .boxPlanejamento ul {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 30px;
  padding: 0;
  margin: 70px 0 0 0;
}

.segmentos-body .boxPlanejamento ul li {
  list-style: none;
}

.segmentos-body .boxPlanejamento ul li .boxImg {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.segmentos-body .boxPlanejamento ul li .boxImg img {
  width: 45px;
}

.segmentos-body .boxPlanejamento ul li h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 20px 0 0 0;
}

/* Funcionalidades */

.segmentos-body .boxFuncionalidades {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.segmentos-body .boxFuncionalidades .boxTitulo {
  float: left;
  width: 100%;
  text-align: center;
}

.segmentos-body .boxFuncionalidades .boxTitulo span {
  float: left;
  width: 100%;
  color: #AAAAAA;
  letter-spacing: 2px;
  font-size: 14px;
}

.segmentos-body .boxFuncionalidades .boxTitulo h2 {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}

.segmentos-body .boxFuncionalidades .boxTitulo h2 strong {
  color: #0A8B87;
  font-weight: 700;
}

.segmentos-body .boxFuncionalidades .boxBotoes {
  float: left;
  width: 100%;
  margin: 70px 0 0 0;
  overflow: hidden;
  overflow-x: auto;
}

.segmentos-body .boxFuncionalidades .boxBotoes ul {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}

.segmentos-body .boxFuncionalidades .boxBotoes ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 20px 20px 0 0;
  height: 55px;
}

.segmentos-body .boxFuncionalidades .boxBotoes ul li:hover,
.segmentos-body .boxFuncionalidades .boxBotoes ul li.active {
  background: #0AAAAA;
}

.segmentos-body .boxFuncionalidades .boxBotoes ul li span {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.segmentos-body .boxFuncionalidades .boxBotoes ul li:hover span,
.segmentos-body .boxFuncionalidades .boxBotoes ul li.active span {
  color: #fff;
}

.segmentos-body .boxFuncionalidades .boxConteudos {
  float: left;
  width: 100%;
  background: #F0F0F0;
  padding: 70px 0;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li {
  list-style: none;
  display: none;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li.active {
  display: block;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li .row {
  display: flex;
  align-items: center;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li figure img {
  max-width: 100%;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li h3 {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  color: #444444;
  font-size: 26px;
  font-weight: 700;
}

.segmentos-body .boxFuncionalidades .boxConteudos ul li .boxTexto {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

/* Benefícios */

.segmentos-body .boxBeneficios {
  float: left;
  width: 100%;
  padding: 0 0 70px 0;
}

.segmentos-body .boxBeneficios h2 {
  float: left;
  width: 100%;
  color: #AAAAAA;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.segmentos-body .boxBeneficios ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 70px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.segmentos-body .boxBeneficios ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.segmentos-body .boxBeneficios ul li .boxImg {
  margin-right: 20px;
  min-width: 60px;
}

.segmentos-body .boxBeneficios ul li img {
  width: 60px;
}

.segmentos-body .boxBeneficios ul li h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #101010;
  line-height: 24px;
}

.segmentos-body .boxBeneficios ul li p {
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
  font-size: 14px;
}

.segmentos-body .boxBeneficios .boxLink {
  float: left;
  width: 100%;
  margin-top: 50px;
}

/* Depoimentos */

.segmentos-body .boxDepoimentos {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #F0F0F0;
}

.segmentos-body .boxDepoimentos .textos {
  padding-right: 70px;
}

.segmentos-body .boxDepoimentos .textos span {
  float: left;
  width: 100%;
  color: #AAAAAA;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
}

.segmentos-body .boxDepoimentos .textos h2 {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments {
  float: left;
  width: 100%;
  padding: 50px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 50px;
  float: left;
  width: 100%;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop {
  display: flex;
  align-items: flex-start;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop img {
  width: 50px;
  margin-right: 30px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop .texto {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  min-height: 120px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxLogo {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxLogo img {
  max-width: 70px;
  max-height: 70px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxInfo {
  display: flex;
  flex-direction: column;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxInfo .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxInfo .cargo {
  font-size: 14px;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .buttons {
  float: left;
  width: 100%;
  position: relative;
  bottom: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .buttons .swiper-center-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .buttons .swiper-center-buttons .swiper-button-prev,
.segmentos-body .boxDepoimentos .swiper-depoiments .buttons .swiper-center-buttons .swiper-button-next {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.segmentos-body .boxDepoimentos .swiper-depoiments .buttons .swiper-center-buttons .swiper-button-prev {
  margin-right: 50px;
}

/* Box Faq */

.segmentos-body .boxFaq {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.segmentos-body .boxFaq .preTitulo {
  float: left;
  width: 100%;
  color: #AAAAAA;
  letter-spacing: 2px;
  font-size: 14px;
  text-align: center;
}

.segmentos-body .boxFaq h2.titulo {
  float: left;
  width: 100%;
  margin: 15px 0 60px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.segmentos-body .boxFaq h2.titulo strong {
  color: #0A8B87;
  font-weight: 700;
}

.segmentos-body .boxFaq .accordion-flush {
  float: left;
  width: 100%;
}

.segmentos-body .boxFaq .accordion-flush .accordion-button {
  padding: 24px;
}

.segmentos-body .boxFaq .accordion-flush  .accordion-body {
  padding: 0 24px 24px 24px;
}

.segmentos-body .boxFaq .accordion-flush  .accordion-body p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}

/* Clareza */

.segmentos-body .boxClareza {
  float: left;
  width: 100%;
  padding-bottom: 70px;
  text-align: center;
}

.segmentos-body .boxClareza h2 {
  margin: 0 0 50px 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to right, #0A8B87 12%, #24D0BA 77%, #1BC4C3 100%);
  color: transparent;
  background-clip: text;
  display: inline-block;
}

.segmentos-body .boxClareza .boxTexto {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 20px;
}

.segmentos-body .boxClareza .boxTexto p {
  margin: 0;
}

.segmentos-body .boxClareza .boxLinks {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1000px) {

  .segmentos-body .container {
    max-width: 95%;
  }

  /* Banner Principal */

  .segmentos-body .bannerPrincipalSegmentos figure {
    margin-top: 50px;
    text-align: center;
  }

  /* Modalidades */

  .segmentos-body .boxFuncionalidades {
    padding: 60px 0;
  }

  .segmentos-body .boxFuncionalidades .boxBotoes ul {
    min-width: 1000px;
    padding-right: 15px;
  }

  /* Depoimentos */

  .segmentos-body .boxDepoimentos .swiper-depoiments .buttons {
    margin-top: 35px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop .texto {
    min-height: 170px;
  }

}

@media (max-width: 768px) {

  /* Banner Principal */

  .segmentos-body .bannerPrincipalSegmentos h1 {
    font-size: 24px;
  }

  .segmentos-body .bannerPrincipalSegmentos h1 br {
    display: none;
  }

  .segmentos-body .bannerPrincipalSegmentos .boxLinks {
    text-align: center;
  }

  .segmentos-body .bannerPrincipalSegmentos .boxLinks .btn {
    margin-left: 0!important;
  }

  /* Planejamento */

  .segmentos-body .boxPlanejamento {
    padding: 40px 0;
  }

  .segmentos-body .boxPlanejamento h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .segmentos-body .boxPlanejamento ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0 0 0;
    gap: 40px 15px;
  }

  .segmentos-body .boxPlanejamento ul li h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0 0;
    font-weight: 600;
  }

  /* Funcionalidades */

  .segmentos-body .boxFuncionalidades {
    padding: 40px 0;
  }

  .segmentos-body .boxFuncionalidades .boxTitulo h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .segmentos-body .boxFuncionalidades .boxTitulo h2 br {
    display: none;
  }

  .segmentos-body .boxFuncionalidades .boxBotoes {
    margin: 40px 0 0 0;
  }

  .segmentos-body .boxFuncionalidades .boxConteudos {
    padding: 40px 0;
  }

  .segmentos-body .boxFuncionalidades .boxConteudos ul li figure {
    margin-bottom: 40px;
    text-align: center;
  }

  .segmentos-body .boxFuncionalidades .boxConteudos ul li h3 {
    font-size: 24px;
  }

  /* Benefícios */

  .segmentos-body .boxBeneficios ul {
    margin: 40px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .segmentos-body .boxBeneficios ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .segmentos-body .boxBeneficios ul li .boxImg {
    width: 60px;
    min-width: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .segmentos-body .boxBeneficios ul li .boxTexto {
    text-align: center;
  }

  /* Depoimentos */

  .segmentos-body .boxDepoimentos {
    padding: 40px 0;
  }

  .segmentos-body .boxDepoimentos .textos {
    padding-right: 15px;
  }

  .segmentos-body .boxDepoimentos .textos h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments {
    padding: 40px 15px 10px 15px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box {
    padding: 20px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop {
    flex-direction: column;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 35px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxTop .texto {
    min-height: 1px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxLogo {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxLogo img {
    max-width: 50px;
    max-height: 50px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxInfo .name {
    font-size: 14px;
  }

  .segmentos-body .boxDepoimentos .swiper-depoiments .swiper-wrapper .depoiment-box .boxDataDep .boxInfo .cargo {
    font-size: 13px;
  }

  /* FAQ */

  .segmentos-body .boxFaq {
    padding: 40px 0;
  }

  .segmentos-body .boxFaq h2.titulo {
    margin: 10px 0 35px 0;
    font-size: 24px;
    line-height: 34px;
  }

  .segmentos-body .boxFaq .accordion-flush .accordion-button {
    padding: 18px;
  }

  .segmentos-body .boxFaq .accordion-flush .accordion-button span {
    margin-right: 10px;
    line-height: 22px;
  }

  /* Clareza */

  .segmentos-body .boxClareza {
    padding-bottom: 40px;
  }

  .segmentos-body .boxClareza h2 {
    margin: 0 0 35px 0;
    font-size: 26px;
    line-height: 36px;
  }

  .segmentos-body .boxClareza h2 br {
    display: none;
  }

  .segmentos-body .boxClareza .boxTexto {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .segmentos-body .boxClareza .boxTexto br {
    display: none;
  }

  .segmentos-body .boxClareza .boxLinks {
    flex-direction: column;
  }

  .segmentos-body .boxClareza .boxLinks .ms-4 {
    margin-left: 0!important;
    margin-top: 20px;
  }

}

/* Novo Menu */

header .header-nav .segmentos-box {
  width: 250px;
  right: auto!important;
}

/* @media (max-width: 1600px) {
    header .header-nav .segmentos-bo {
        right: auto;
    }
} */