.elementor-1252 .elementor-element.elementor-element-1f41ec9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-e690a56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-d5d00b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-6e1b05f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-7e24b0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-9a12fa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1252 .elementor-element.elementor-element-85ce01b{--spacer-size:50px;}.elementor-1252 .elementor-element.elementor-element-14289d5{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1252 .elementor-element.elementor-element-08cbd19{text-align:center;}.elementor-1252 .elementor-element.elementor-element-08cbd19 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:39px;font-weight:700;color:#0055FF;}.elementor-1252 .elementor-element.elementor-element-8c9e66a{--display:flex;}.elementor-1252 .elementor-element.elementor-element-a216ab2{text-align:center;}.elementor-1252 .elementor-element.elementor-element-a216ab2 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;color:#666471;}.elementor-1252 .elementor-element.elementor-element-a742c53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b85dfdb */.cestech-service-whatsapp-card {
  width: 100%;
  padding: 110px 0 90px;
  background-color: #ffffff;
}

.cestech-service-whatsapp-card__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-service-whatsapp-card__box {
  position: relative;
  width: 100%;
  background-color: #0055FF;
  border-radius: 10px;
  padding: 60px 56px;
  box-sizing: border-box;
  overflow: visible;
  min-height: 380px; /* menor altura */
}
.cestech-service-whatsapp-card__content {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.cestech-service-whatsapp-card__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cestech-service-whatsapp-card__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.08;
  color: #FFFFFF;
}

.cestech-service-whatsapp-card__text {
  margin-top: 24px;
}

.cestech-service-whatsapp-card__text p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #FFFFFF;
}

.cestech-service-whatsapp-card__text p:last-child {
  margin-bottom: 0;
}

.cestech-service-whatsapp-card__actions {
  margin-top: 28px;
}

.cestech-service-whatsapp-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 20px 26px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
}

.cestech-service-whatsapp-card__button:hover {
  background-color: #FFFFFF;
  color: #0047D4;
  border-color: #FFFFFF;
}

.cestech-service-whatsapp-card__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  /* importante */
  overflow: visible;
}
.cestech-service-whatsapp-card__image {
  position: absolute;

  /* centralização perfeita */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* tamanho grande pra cobrir */
  width: 180%;
  max-width: none;
  height: auto;

  /* leve ajuste visual */
  object-fit: contain;

  z-index: 2;
}
/* Tablet */
@media (max-width: 1024px) {
  .cestech-service-whatsapp-card {
    padding: 80px 0 70px;
  }

  .cestech-service-whatsapp-card__box {
    padding: 48px 36px;
  }

  .cestech-service-whatsapp-card__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cestech-service-whatsapp-card__title {
    font-size: 38px;
  }

  .cestech-service-whatsapp-card__right {
    min-height: auto;
    justify-content: flex-end;
  }

  .cestech-service-whatsapp-card__image {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 360px;
    margin: 10px 0 -90px auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-service-whatsapp-card__image {
    position: relative;
    transform: none;
    width: 300px;

    margin: 20px auto -80px;
  }

  .cestech-service-whatsapp-card__container {
    padding: 0 20px;
  }

  .cestech-service-whatsapp-card__box {
    padding: 28px 20px 24px;
  }

  .cestech-service-whatsapp-card__content {
    gap: 20px;
  }

  .cestech-service-whatsapp-card__title {
    font-size: 26px;
    line-height: 1.15;
  }

  .cestech-service-whatsapp-card__text {
    margin-top: 18px;
  }

  .cestech-service-whatsapp-card__text p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .cestech-service-whatsapp-card__actions {
    margin-top: 20px;
    width: 100%;
  }

  .cestech-service-whatsapp-card__button {
    width: 100%;
    min-height: 52px;
    padding: 16px 20px;
    font-size: 16px;
    text-align: center;
  }

  .cestech-service-whatsapp-card__right {
    min-height: auto;
    justify-content: center;
  }

  .cestech-service-whatsapp-card__image {
    position: relative;
    width: 260px;
    margin: 8px auto -60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c22dcca */.cestech-service-software-content {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-service-software-content__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-service-software-content__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cestech-service-software-content__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  color: #010334;
}

.cestech-service-software-content__text {
  margin: 24px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

.cestech-service-software-content__body {
  display: grid;
  grid-template-columns: 543px 1fr;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.cestech-service-software-content__image-wrap {
  width: 543px;
  height: 543px;
  border-radius: 10px;
  overflow: hidden;
}

.cestech-service-software-content__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cestech-service-software-content__benefits {
  padding-left: 10px;
}

.cestech-service-software-content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cestech-service-software-content__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.cestech-service-software-content__item:last-child {
  margin-bottom: 0;
}

.cestech-service-software-content__check {
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0055ff;
}

.cestech-service-software-content__item-text {
  display: block;
  max-width: 275px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #666471;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-service-software-content {
    padding: 64px 0;
  }

  .cestech-service-software-content__title {
    font-size: 32px;
  }

  .cestech-service-software-content__text {
    font-size: 18px;
  }

  .cestech-service-software-content__body {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }

  .cestech-service-software-content__image-wrap {
    width: 100%;
    height: 420px;
  }

  .cestech-service-software-content__benefits {
    padding-left: 0;
  }

  .cestech-service-software-content__item-text {
    max-width: 100%;
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-service-software-content {
    padding: 48px 0;
  }

  .cestech-service-software-content__container {
    padding: 0 20px;
  }

  .cestech-service-software-content__header {
    max-width: 100%;
  }

  .cestech-service-software-content__title {
    font-size: 20px;
    line-height: 1.25;
  }

  .cestech-service-software-content__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .cestech-service-software-content__body {
    gap: 22px;
    margin-top: 28px;
  }

  .cestech-service-software-content__image-wrap {
    height: 306px;
  }

  .cestech-service-software-content__item {
    gap: 10px;
    margin-bottom: 14px;
  }

  .cestech-service-software-content__check {
    flex-basis: 16px;
    font-size: 16px;
  }

  .cestech-service-software-content__item-text {
    font-size: 14px;
    line-height: 1.45;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-430fe73 */.cestech-service-offerings {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-service-offerings__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-service-offerings__box {
  width: 100%;
  padding: 46px 32px 40px;
  border-radius: 10px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.cestech-service-offerings__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cestech-service-offerings__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  color: #010334;
}

.cestech-service-offerings__intro {
  margin: 22px auto 0;
  max-width: 760px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

.cestech-service-offerings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.cestech-service-offerings__card {
  min-height: 354px;
  padding: 22px 22px 24px;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.cestech-service-offerings__icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.cestech-service-offerings__card-title {
  margin: 18px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: #010334;
}

.cestech-service-offerings__card-text {
  margin: 24px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-service-offerings {
    padding: 64px 0;
  }

  .cestech-service-offerings__box {
    padding: 36px 24px 32px;
  }

  .cestech-service-offerings__title {
    font-size: 32px;
  }

  .cestech-service-offerings__intro {
    font-size: 18px;
  }

  .cestech-service-offerings__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cestech-service-offerings__card {
    min-height: 320px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-service-offerings {
    padding: 48px 0;
  }

  .cestech-service-offerings__container {
    padding: 0 20px;
  }

  .cestech-service-offerings__box {
    padding: 28px 20px 24px;
  }

  .cestech-service-offerings__title {
    font-size: 20px;
    line-height: 1.25;
  }

  .cestech-service-offerings__intro {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .cestech-service-offerings__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .cestech-service-offerings__card {
    min-height: auto;
    padding: 20px 18px;
  }

  .cestech-service-offerings__icon {
    width: 34px;
    height: 34px;
  }

  .cestech-service-offerings__card-title {
    margin-top: 14px;
    font-size: 18px;
  }

  .cestech-service-offerings__card-text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9689321 */.cestech-service-cta {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-service-cta__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-service-cta__box {
  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 10px;
  background-color: #0055ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cestech-service-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 0.4;
  pointer-events: none;
}

.cestech-service-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  padding: 0 20px;
}

.cestech-service-cta__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.cestech-service-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 10px 18px;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0055ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cestech-service-cta__button:hover {
  background-color: #eaf1ff;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-service-cta {
    padding: 64px 0;
  }

  .cestech-service-cta__title {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-service-cta {
    padding: 48px 0;
  }

  .cestech-service-cta__container {
    padding: 0 20px;
  }

  .cestech-service-cta__box {
    height: auto;
    padding: 40px 20px;
  }

  .cestech-service-cta__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .cestech-service-cta__button {
    margin-top: 18px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7891daa */.cestech-service-highlights {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-service-highlights__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-service-highlights__grid {
  display: grid;
  grid-template-columns: 292px 1fr;
  gap: 92px;
  align-items: start;
}

.cestech-service-highlights__left {
  min-width: 0;
}

.cestech-service-highlights__main-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  color: #0055ff;
}

.cestech-service-highlights__right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 46px;
  align-items: start;
}

.cestech-service-highlights__item {
  min-width: 0;
}

.cestech-service-highlights__item-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  color: #171820;
}

.cestech-service-highlights__item-text {
  margin: 16px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-service-highlights {
    padding: 64px 0;
  }

  .cestech-service-highlights__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cestech-service-highlights__left {
    max-width: 420px;
  }

  .cestech-service-highlights__main-title,
  .cestech-service-highlights__item-title {
    font-size: 32px;
  }

  .cestech-service-highlights__right {
    column-gap: 32px;
    row-gap: 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-service-highlights {
    padding: 48px 0;
  }

  .cestech-service-highlights__container {
    padding: 0 20px;
  }

  .cestech-service-highlights__grid {
    gap: 24px;
  }

  .cestech-service-highlights__left {
    max-width: 260px;
  }

  .cestech-service-highlights__main-title {
    font-size: 20px;
    line-height: 1.25;
  }

  .cestech-service-highlights__right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cestech-service-highlights__item-title {
    font-size: 20px;
    line-height: 1.25;
  }

  .cestech-service-highlights__item-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }
}/* End custom CSS */