/* === POSICIONAMENTO DAS MENSAGENS === */
.novo-mensagem-item-1 {
  top: 100px;
}

.novo-mensagem-item-2 {
  top: 250px;
}

.novo-mensagem-item-3 {
  top: 70%;
}

.novo-mensagem-item-4 {
  top: 100px;
}

.novo-mensagem-item-5 {
  top: 125px;
}

.novo-mensagem-item-6 {
  top: 67%;
}

.novo-mensagem-item-7 {
  top: 290px;
}

.novo-mensagem-item-8 {
  top: 142px;
}

/* === TELA DE BLOQUEIO === */
.novo-celular-container {
  position: relative !important;
  left: 135px;
  width: 325px;
  height: 623px;
}

.novo-imagem-celular {
  position: relative;
  width: 325px;
  height: 623px;
  z-index: 1;
}

#novo-tela-inicial {
  position: absolute;
  width: 350px;
  height: 635px;
  z-index: 5;
  transition: opacity 0.6s ease;
}

.novo-imagem-bloqueio {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
}

.novo-bloco-horario {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
}

.novo-data-bloqueio {
  font-size: 15px;
  font-weight: 400;
  color: rgb(56, 56, 56);
  opacity: 0.9;
  margin-bottom: 5px;
}

.novo-hora-bloqueio {
  font-size: 78px;
  font-weight: 500;
  color: rgb(39, 39, 39);
  line-height: 1;
}

.novo-celular-simulador.ativo {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.novo-notificacao-sms {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3e3e3fe0;
  color: white;
  border-radius: 20px;
  padding: 8px 10px;
  width: 80%;
  max-width: 380px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  z-index: 9999;
  opacity: 0;
}

.novo-img-notificacao {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-top: 30px;
  border-radius: 0%;
}

.novo-conteudo-notificacao {
  flex: 1;
}

.novo-topo-notificacao {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 2px;
}

.novo-nome-notificacao {
  font-weight: bold;
  color: white;
}

.novo-hora-notificacao {
  color: #b0b0b0;
  font-size: 13px;
}

.novo-corpo-notificacao {
  font-size: 15px;
  color: #ebebeb;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  margin: 0;
  padding: 0;
  display: block;
}

@keyframes descerNotificacao {
  from {
    top: 25px;
    opacity: 0;
  }

  to {
    top: 275px;
    opacity: 1;
  }
}

@keyframes cliqueNotificacao {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) scale(0.95) translateY(10px);
  }

  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0;
  }
}

.novo-notificacao-clicada {
  animation: cliqueNotificacao 0.4s ease forwards;
}

.novo-touch-bolinha {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50px;
  left: 55%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  animation: toqueBolinha 0.6s ease-out forwards;
}

@keyframes toqueBolinha {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.4);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) scale(1.5);
  }
}

/* === ANIMAÇÕES === */
@keyframes novo-slideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes novo-fadeOutAll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes novo-setaClick {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

/* === LAYOUT GERAL === */
#lnk-1 .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.novo-phone-img {
  position: relative;
  width: 325px;
  height: 623px;
  background-size: contain;
  z-index: 1;
  filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
}

.novo-data-sms {
  position: absolute;
  top: 100px;
  left: 100px;
  font-size: 12px;
  color: #6c6c6c;
  z-index: 10;
}

.novo-hora-sms {
  position: absolute;
  top: 26px;
  left: 17.2%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  color: #000;
  z-index: 50;
}

.novo-header-sms {
  position: absolute !important;
  top: 63px !important;
  left: 55px !important;
  display: flex !important;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #222;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.novo-header-sms.visible {
  opacity: 1 !important;
}

.novo-sms-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.novo-header-data {
  position: absolute;
  top: 120px;
  left: 100px;
  font-size: 12px;
  color: #6c6c6c;
  z-index: 10;
}

#novo-header-data-valor {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.novo-header-hora {
  position: absolute;
  top: 26px;
  left: 17.2%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  color: #000;
  z-index: 50;
}

/* === BARRA INPUT === */
.novo-barra-input-sms {
  position: absolute;
  bottom: 50px;
  right: 17.5%;
  background: #f0f0f0;
  width: 220px;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: flex-start;
}

#novo-typing-sms {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.novo-enviar-seta {
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  background-color: #24b5c9;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 20;
  transition: transform 0.2s ease;
}

.novo-enviar-seta.novo-animar-click {
  animation: novo-setaClick 0.3s ease;
}

.novo-mensagem-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.novo-message-time {
  position: absolute;
  bottom: -14px;
  left: 16px;
  font-size: 12px;
  opacity: 0.75;
  color: #000000;
}

.novo-mensagem-item:nth-child(2) .novo-message-time,
.novo-mensagem-item:nth-child(4) .novo-message-time,
.novo-mensagem-item:nth-child(6) .novo-message-time {
  position: absolute;
  bottom: -5px;
  left: -30px;
  font-size: 12px;
  opacity: 0.7;
  color: #000000;
}

.novo-mensagem-com-hora {
  font-family: Arial, Helvetica, sans-serif !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  font-size: 12px;
  opacity: 0.7;
  color: #000000;
  padding-left: 2px;
}

/* === LISTA DE MENSAGENS === */
.novo-lista-mensagens {
  position: absolute;
  top: 5%;
  left: 12%;
  right: 12%;
  bottom: 12%;
  overflow-y: auto;
  width: 76%;
  height: 95%;
  background-color: transparent;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* === MENSAGENS === */
.novo-mensagem-item {
  font-family: Arial, Helvetica, sans-serif !important;
  right: 110px;
  max-width: 20%;
  background: linear-gradient(115deg, rgba(226, 222, 222, 0.856), rgba(223, 230, 227, 0.918));
  box-shadow: 0 1px 10px rgba(202, 201, 201, 0.6);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  opacity: 0;
  position: absolute;
  z-index: 10;
  white-space: normal;
  word-break: break-word;
  text-indent: 0;
  will-change: transform, opacity;
}



.novo-mensagem-item-2 {
  top: 62%;
  width: 6%;
  max-width: 12%;
  right: 20px;
  background: #45c6cf;
  box-shadow: 0 1px 12px #45cacfa2;
  border-radius: 15px !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  /* centraliza na vertical */
  justify-content: center;
  /* centraliza na horizontal */
}

.novo-mensagem-item-5 {
  top: 61%;
  width: 7%;
  max-width: 12%;
  right: 20px;
  background: #45c6cf;
  box-shadow: 0 1px 12px #45cacfa2;
  border-radius: 15px !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  /* centraliza na vertical */
  justify-content: center;
  /* centraliza na horizontal */
}

/* Corrige o balão de notificação WhatsApp */
/* @keyframes slideNotificacao {
  from {
    opacity: 0;
    transform: translateY(-10px) translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0px) translateX(100%);
  }
} */
.novo-mensagem-item.novo-mensagem-item-7 {
  right: 32%;
  transform: translateX(100%) !important;
  max-width: 260px;
  width: 80%;
  background: linear-gradient(to right, rgba(80, 80, 80, 0.753), rgba(83, 85, 87, 0.74));
  padding: 8px 11px;
  border: #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  position: absolute;
  top: 22px;
  /* ajuste conforme o espaçamento necessário */
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.336);
}

.novo-mensagem-item.novo-mensagem-item-8 {
  right: 32%;
  transform: translateX(100%) !important;
  max-width: 260px;
  width: 80%;
  background: linear-gradient(to right, rgba(80, 80, 80, 0.753), rgba(83, 85, 87, 0.74));
  padding: 8px 11px;
  border: #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  position: absolute;
  top: 22px;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.336);
}



.novo-balao-conteudo {
  display: flex;
  align-items: center;
}

.novo-balao-img {
  width: 38px;
  height: 38px;
  border-radius: 0%;
  padding: 3px;
  flex-shrink: 0;
}

.novo-balao-texto {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
}

.novo-balao-hora {
  font-size: 12px;
  color: #b1b1b1;
  margin-left: auto;
  align-self: flex-start;
  padding-top: 3px;
  white-space: nowrap;
}


.novo-tela-whatsapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 325px;
  height: 623px;
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  pointer-events: none;
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  /* efeito tipo iOS */
  z-index: 999;
}

.novo-tela-whatsapp.visivel {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}


/* Bolinha de toque exclusiva para mensagem 8 */
.bolinha-toque-msg8 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
}

@keyframes toque-msg8 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}






/* === RESPONSIVIDADE COMPLETA Celular=== */
@media (min-width: 1440px) {
  /*ok */

  .novo-celular-simulador {
    width: 380px !important;
    height: 580px !important;
  }

  .novo-imagem-bloqueio {
    margin-left: 0px;
    width: 350px;
    height: 570px;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-left: 8px;
    width: 292px !important;
    height: 565px !important;
  }

  .novo-imagem-celular {
    width: 290px;
    height: 565px;

  }

  .novo-notificacao-sms {
    width: 76%;
    max-width: 370px;
    left: 49.5%;
  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 58px !important;
    font-size: 13px !important;
    left: 55px !important;
  }

  .novo-hora-sms {
    font-size: 13px !important;
    left: 65px !important;
  }

  .novo-data-sms {
    top: 87px !important;
    font-size: 12px !important;
    left: 87px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 38px;
    width: 200px;
    right: 19%;
    font-size: 13px;
  }

  .novo-enviar-seta {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .novo-lista-mensagens {
    top: 8.5%;
    left: 58%;
    bottom: 20%;
    width: 33%;
    height: 95%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 112px;
    font-size: 13px;
    padding: 8px;
    max-width: 48%;
    right: 130px;
  }

  .novo-mensagem-item-3 {
    top: 425px !important;
  }

  .novo-mensagem-item-6 {
    top: 455px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 75px;
    top: 388px;
    width: 12%;
    max-width: 40%;
    font-size: 14px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 43px !important;
    right: 81% !important;
    max-width: 245px !important;
    width: 78% !important;
  }

  .novo-balao-texto {
    font-size: 13px;
  }
}

@media (max-width: 1366px) {
  .col-md-6.d-flex.justify-content-center {

    height: 582px;
  }

  .novo-imagem-celular {
    top: 20px;
    width: 275px !important;
    height: 530px !important;
  }

  .novo-imagem-bloqueio {
    margin-top: 17px;
    margin-left: 26px;
    width: 300px;
    height: 540px;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));

  }

  .novo-tela-whatsapp img {
    margin-top: 20px;
    margin-left: 15px;
    width: 285px !important;
    height: 535px;
  }

  .novo-notificacao-sms {
    left: 50%;
    width: 73%;
    max-width: 375px;

  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 71px !important;
    font-size: 13px !important;
    left: 60px !important;
  }

  .novo-hora-sms {
    top: 39px;
    font-size: 13px !important;
    left: 70px !important;
  }

  .novo-data-sms {
    top: 100px !important;
    font-size: 12px !important;
    left: 100px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 7px;
    width: 185px;
    right: 19%;
    font-size: 13px;
  }

  .novo-enviar-seta {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .novo-lista-mensagens {
    top: 12%;
    left: 62%;
    bottom: 20%;
    width: 25%;
    height: 83%;
    padding: 6px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 105px;
    font-size: 13px;
    padding: 8px;
    max-width: 60%;
    right: 80px;
  }

  .novo-mensagem-item-3 {
    top: 395px !important;
  }

  .novo-mensagem-item-6 {
    top: 420px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 29px;
    top: 363px;
    width: 16%;
    max-width: 40%;
    font-size: 14px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    max-width: 235px !important;
    top: 45px !important;
    right: 88% !important;
  }

  .novo-balao-texto {
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  /*ok */

  .novo-imagem-celular {
    width: 275px !important;
    height: 515px !important;
  }

  .novo-imagem-bloqueio {
    margin-left: 17px;
    width: 320px;
    height: 530px;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-left: 20px;
    width: 280px !important;
    height: 515px;
  }

  .novo-notificacao-sms {
    left: 50%;
    width: 72%;
    max-width: 370px;

  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 69px !important;
    font-size: 13px !important;
    left: 64px !important
  }

  .novo-hora-sms {
    font-size: 12px !important;
    left: 72px !important;
  }

  .novo-data-sms {
    top: 87px !important;
    font-size: 12px !important;
    left: 100px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 30px;
    width: 186px;
    right: 19%;
    font-size: 11px;
  }

  .novo-enviar-seta {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .novo-lista-mensagens {
    top: 12%;
    left: 62%;
    bottom: 20%;
    width: 25%;
    height: 81%;
    padding: 6px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 92px;
    font-size: 13px;
    padding: 5px;
    max-width: 60%;
    right: 79px;
  }

  .novo-mensagem-item-3 {
    top: 380px !important;
  }

  .novo-mensagem-item-6 {
    top: 420px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 30px;
    top: 348px;
    width: 16%;
    max-width: 40%;
    font-size: 14px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    max-width: 230px !important;
    top: 46px !important;
    right: 87% !important;
  }

  .novo-balao-texto {
    font-size: 13px;
  }
}

@media (min-width: 1025px) and (max-width: 1101px) {

  .novo-imagem-celular {
    width: 275px !important;
    height: 523px !important;
  }


  .novo-imagem-bloqueio {
    margin-left: 25px;
    width: 305px;
    height: 533px;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-left: 25px;
    width: 280px !important;
    height: 528px;
  }

  .novo-phone-img {
    width: 300px;
    height: 575px;
  }

  .novo-notificacao-sms {
    left: 50.5%;
    width: 70%;
    max-width: 370px;

  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 71px !important;
    font-size: 13px !important;
    left: 63px !important;
  }

  .novo-hora-sms {
    font-size: 12px !important;
    left: 73px !important;

  }

  .novo-data-sms {
    top: 96px !important;
    font-size: 12px !important;
    left: 100px !important;
  }

  .novo-barra-input-sms {
    padding: 5px 10px;
    margin-bottom: 14px;
    width: 175px;
    right: 16%;
    font-size: 13px;
  }

  .novo-enviar-seta {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .novo-lista-mensagens {
    top: 12%;
    left: 63%;
    bottom: 20%;
    width: 27%;
    height: 85%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 104px;
    font-size: 13px;
    padding: 5px;
    max-width: 50%;
    right: 100px;

  }

  .novo-mensagem-item-3 {
    top: 397px !important;
  }

  .novo-mensagem-item-6 {
    top: 435px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 23px;
    top: 377px;
    width: 17%;
    max-width: 40%;
    font-size: 14px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    max-width: 240px !important;
    width: 75% !important;
    top: 38px !important;
    right: 85% !important;
  }

  .novo-balao-texto {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  /*ok */

  .novo-imagem-celular {
    width: 260px !important;
    height: 488px !important;
  }


  .novo-imagem-bloqueio {
    margin-left: -7px;
    width: 370px;
    height: 500px;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-left: 30px;
    width: 262px !important;
    height: 491px;
  }


  .novo-phone-img {
    width: 300px;
    height: 575px;
  }

  .novo-notificacao-sms {
    left: 50%;
    width: 70%;
    max-width: 370px;

  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 67px !important;
    font-size: 13px !important;
    left: 70px !important;
  }

  .novo-hora-sms {
    font-size: 12px !important;
    left: 79px !important;
  }

  .novo-data-sms {
    top: 82px !important;
    font-size: 12px !important;
    left: 100px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 48px;
    width: 173px;
    right: 14%;
    font-size: 11px;
  }

  .novo-enviar-seta {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .novo-lista-mensagens {
    top: 11%;
    left: 65%;
    bottom: 20%;
    width: 28%;
    height: 79%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 92px;
    font-size: 13px;
    padding: 3px;
    max-width: 58%;
    right: 82px;
  }

  .novo-mensagem-item-3 {
    top: 368px !important;
  }

  .novo-mensagem-item-6 {
    top: 435px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 32px;
    top: 345px;
    width: 16%;
    font-size: 14px
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    max-width: 238px !important;
    width: 75% !important;
    top: 42px !important;
    right: 87% !important;
  }

  .novo-balao-texto {
    font-size: 13px;
  }
}

@media(max-width: 900px) {

  .novo-lista-mensagens {
    top: 8%;
    left: 65%;
    bottom: 20%;
    width: 35%;
    height: 82%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 100px;
    font-size: 13px;
    padding: 5px;
    max-width: 54%;
    right: 88px;
  }

  .novo-barra-input-sms {
    margin-bottom: 50px;
    width: 175px;
    right: 9%;
    font-size: 11px;
  }

  .novo-mensagem-item-2 {
    right: 44px;
    top: 350px;
    width: 14%;
    max-width: 40%;
    font-size: 14px;
  }

  .novo-mensagem-item-3 {
    top: 373px !important;
  }
}

@media (max-width: 768px) {
  /*ok */

  .novo-celular-container,
  .novo-celular-simulador,
  .novo-imagem-celular {
    width: 258px !important;
    margin-top: 2%;
    margin-right: 70%;
    height: 500px !important;
  }

  #novo-tela-inicial {
    margin-top: 5%;
    margin-left: -70px !important;
    width: 310px;
    height: 500px;
  }

  .novo-imagem-bloqueio {
    margin-top: 5%;
    margin-left: -70px !important;
    width: 310px;
    height: 500px !important;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-top: 9%;
    margin-left: -81px !important;
    width: 265px !important;
    height: 505px !important;
  }

  .novo-bloco-horario {
    top: 120px;
    left: 27%;

  }

  .novo-notificacao-sms {
    left: 17%;
    width: 69%;
    max-width: 325px;

  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 77px !important;
    font-size: 12px !important;
    left: -40px !important;
  }

  .novo-hora-sms {
    top: 50px;
    font-size: 12px !important;
    left: -30px !important
  }

  .novo-data-sms {
    top: 100px !important;
    font-size: 11px !important;
    left: 0px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 25px;
    width: 173px;
    right: 16%;
    font-size: 12px;
  }

  .novo-enviar-seta {
    right: -30px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }


  .novo-lista-mensagens {
    top: 7%;
    left: 54%;
    bottom: 20%;
    width: 44%;
    height: 85%;
    padding: 8px;
    gap: 6px;
  }


  .novo-mensagem-item {
    top: 120px;
    font-size: 12px;
    padding: 4px;
    max-width: 55%;
    right: 95px;
  }

  .novo-mensagem-item-3 {
    top: 405px !important;
  }

  .novo-mensagem-item-6 {
    top: 465px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 68px;
    top: 376px;
    width: 13%;
    max-width: 40%;
    font-size: 12px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    width: 70% !important;
    top: 70px !important;
    right: 84% !important;
  }

  .novo-balao-texto {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  /*ok */

  .novo-celular-container,
  .novo-celular-simulador,
  .novo-imagem-celular {
    width: 270px !important;
    height: 520px !important;
  }

  .novo-imagem-bloqueio {
    margin-left: -64px !important;
    width: 300px;
    height: 530px !important;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-tela-whatsapp img {
    margin-left: -79px !important;
    width: 270px !important;
    height: 530px !important;
  }



  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 80px !important;
    font-size: 11px !important;
    left: -38px !important;
  }

  .novo-hora-sms {
    font-size: 11px !important;
    left: -34px !important;
  }

  .novo-data-sms {
    top: 98px !important;
    font-size: 10px !important;
    left: 17px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 660px;
    width: 170px;
    right: 25%;
    font-size: 11px;
  }

  .novo-enviar-seta {
    right: -30px;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .novo-lista-mensagens {
    top: 8%;
    left: 22%;
    bottom: 20%;
    width: 70%;
    height: 42%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 100px;
    font-size: 11px;
    padding: 5px;
    max-width: 60%;
    right: 79px;
  }

  .novo-mensagem-item-3 {
    top: 390px !important;
  }

  .novo-mensagem-item-6 {
    top: 370px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 35px;
    top: 360px;
    width: 16%;
    max-width: 46%;
    font-size: 12px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 47px !important;
    right: 71% !important;
  }

  .novo-balao-texto {
    font-size: 11px;
  }
}

@media (max-width: 414px) {

  .novo-celular-container,
  .novo-celular-simulador,
  .novo-imagem-celular {
    margin-right: 69%;
    width: 270px !important;
    height: 520px !important;
  }



  .novo-tela-whatsapp img {
    margin-left: -79px !important;
    width: 270px !important;
    height: 530px !important;
  }


  .novo-imagem-bloqueio {
    margin-top: 4%;
    margin-left: -73px !important;
    width: 320px;
    height: 520px !important;
    object-fit: contain;
    filter: contrast(120%) drop-shadow(1px 1px 7px rgb(63, 63, 63));
  }

  .novo-data-sms {
    top: 98px !important;
    font-size: 10px !important;
    left: -3px !important;
  }

  .novo-barra-input-sms {
    margin-bottom: 622px;
    width: 167px;
    right: 26%;
    font-size: 11px;
  }

  .novo-lista-mensagens {
    top: 8%;
    left: 21%;
    bottom: 20%;
    width: 75%;
    height: 42%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 100px;
    font-size: 11px;
    padding: 6px;
    max-width: 60%;
    right: 85px;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 44px;
    top: 368px;
    width: 16%;
    max-width: 46%;
    font-size: 12px;
  }

  .novo-mensagem-item-3 {
    top: 400px !important;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 52px !important;
    right: 86% !important;
  }


}

@media (max-width: 390px) {
  /*ok */


  .novo-barra-input-sms {
    margin-bottom: 594px;
    width: 167px;
    right: 26%;
    font-size: 11px;
  }

  .novo-lista-mensagens {
    top: 9%;
    left: 20%;
    bottom: 20%;
    width: 77%;
    height: 43%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 101px;
    font-size: 8px;
    padding: 5px;
    max-width: 60%;
    right: 85px;
  }

  .novo-mensagem-item-3 {
    top: 388px !important;
  }

  .novo-mensagem-item-6 {
    top: 345px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 36px;
    top: 360px;
    width: 17%;
    max-width: 40%;
    font-size: 11px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 45px !important;
    right: 85% !important;
  }



  .novo-balao-texto {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  /*ok */

  .novo-celular-container,
  .novo-celular-simulador,
  .novo-imagem-celular {
    width: 252px !important;
    height: 476px !important;
    margin-right: 89%;
    margin-top: 12%;
  }

  .novo-imagem-bloqueio {
    margin-top: 67px;
    margin-left: -77px !important;
    width: 270px;
    height: 486px !important;

  }

  .novo-tela-whatsapp img {
    margin-top: 86px;
    margin-left: -104px !important;
    width: 257px !important;
    height: 478px !important;
  }

  .novo-phone-img {
    width: 250px;
    height: 480px;
  }

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 132px !important;
    font-size: 14px !important;
    left: -62px !important;
  }

  .novo-hora-sms {
    font-size: 11px !important;
    left: -56px !important;
    top: 106px;
  }

  .novo-data-sms {
    top: 157px !important;
    font-size: 12px !important;
    left: -32px !important;
  }

  .novo-barra-input-sms {
    height: 22px;
    margin-bottom: 580px;
    width: 160px;
    right: 30%;
    font-size: 10px;
  }

  .novo-enviar-seta {
    right: -30px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }



  .novo-lista-mensagens {
    top: 13%;
    left: 6%;
    bottom: 20%;
    width: 87%;
    height: 45%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 100px;
    font-size: 10px;
    padding: 2px;
    max-width: 53%;
    right: 94px;
  }

  .novo-mensagem-item-3 {
    top: 365px !important;
  }

  .novo-mensagem-item-6 {
    top: 360px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 47px;
    top: 344px;
   width: 16%;
        max-width: 51%;
    font-size: 12px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 45px !important;
    right: 84% !important;
  }

  .novo-notificacao-sms {
    left: 9%;
    width: 69%;
    max-width: 325px;
  }

  .novo-bloco-horario {
    top: 120px;
    left: 22%;
  }

  .novo-balao-texto {
    font-size: 10px;
  }
}

@media (max-width: 345px) {

  .novo-barra-input-sms {
    height: 25px;
    margin-bottom: 578px;
    width: 160px;
    right: 30%;
    font-size: 10px;
  }

  .novo-imagem-bloqueio {

    margin-left: -79px !important;

  }

  .novo-mensagem-item-3 {
    top: 360px !important;
  }

  .novo-mensagem-item-2 {

    top: 342px;
  }
}

@media (max-width: 320px) {
  /*ok */

  .novo-header-sms,
  .novo-header-data,
  .novo-header-hora {
    top: 132px !important;
    font-size: 14px !important;
    left: -62px !important;
  }

  .novo-hora-sms {
    font-size: 11px !important;
    left: -56px !important;
    top: 106px;
  }

  .novo-data-sms {
    top: 157px !important;
    font-size: 12px !important;
    left: -32px !important;
  }

  .novo-barra-input-sms {
    height: 25px;
    margin-bottom: 580px;
    width: 160px;
    right: 30%;
    font-size: 10px;
  }

  .novo-enviar-seta {
    right: -30px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }


  .novo-lista-mensagens {
    top: 13%;
    left: 6%;
    bottom: 20%;
    width: 87%;
    height: 45%;
    padding: 8px;
    gap: 6px;
  }

  .novo-mensagem-item {
    top: 86px;
        font-size: 10px;
        padding: 2px;
        max-width: 61%;
        right: 69px;
  }

  .novo-mensagem-item-3 {
    top: 353px !important;
  }

  .novo-mensagem-item-6 {
    top: 360px !important;
  }

  .novo-mensagem-item-2,
  .novo-mensagem-item-5 {
    right: 25px;
        top: 335px;
        width: 18%;
        max-width: 45%;
        font-size: 12px;
  }

  .novo-mensagem-item-8,
  .novo-mensagem-item-7 {
    top: 45px !important;
    right: 84% !important;
  }

  .novo-notificacao-sms {
    left: 9%;
    width: 69%;
    max-width: 325px;
  }

  .novo-bloco-horario {
    top: 120px;
    left: 22%;
  }

  .novo-balao-texto {
    font-size: 10px;
  }
}



#fluxograma {
  position: relative;
  width: 100%;
  height: 590px;
}

.card-fluxo {

  color: #000000;
  position: absolute;
  background: #f5faff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 45px;
  text-align: center;
  max-width: 250px;
  opacity: 1;
  /* Mostrar sempre */
  transform: scale(1);
  transition: all 0.4s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.493);
  z-index: 1;
}

.card-fluxo.pequeno {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
}

.card-fluxo.verde {
  background: #ffffff;
  border: 1px solid #1f1f1f;
}



.card-fluxo.show {
  opacity: 1;
  transform: scale(1);
}

.card-fluxo .icon-whats {
  width: 20px;
  display: block;
  margin: 0 auto 5px;
}

.card-fluxo .icon-user {
  width: 20px;
  display: block;
  margin: 0 auto 5px;
}

/* Linhas */
.linha-pontilhada {
  position: absolute;
  background-repeat: repeat;
  background-size: 4px 4px;
  opacity: 0;
  transform-origin: top left;
  transform: scaleY(0);
  transition: transform 0.6s ease-out, opacity 0.4s ease-in;
}

.linha-pontilhada.vertical {
  width: 2px;
  background-image: linear-gradient(to bottom, #000000 2px, transparent 2px);
}

.linha-pontilhada.horizontal {
  height: 2px;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  transform: scaleX(0);
  transform-origin: left;
}

.linha-pontilhada.animar.vertical {
  transform: scaleY(1);
  opacity: 1;
}

.linha-pontilhada.animar.horizontal {
  transform: scaleX(1);
  opacity: 1;
}

.linha-pontilhada.animar.vertical {
  animation: dashVertical 1s linear infinite;
}

.linha-pontilhada.animar.horizontal {
  animation: dashHorizontal 1s linear infinite;
}

@keyframes dashVertical {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 8px;
  }
}

@keyframes dashHorizontal {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 8px 0;
  }
}

.card-fluxo.ativo {
  position: absolute;
  z-index: 1;
  animation: preencherVerdeDoCentro 3s ease-out forwards;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@keyframes preencherVerdeDoCentro {
  0% {
    background-image: radial-gradient(circle, rgba(173, 255, 193, 0) 0%, transparent 100%);
    background-color: #f5faff;
  }

  40% {
    background-image: radial-gradient(circle, rgba(173, 255, 193, 0.596) 20%, transparent 80%);
    /* border: 3px solid #000000;  */
  }

  70% {
    background-image: radial-gradient(circle, rgba(173, 255, 193, 0.993) 70%, transparent 100%);
    /* border: 3px solid #000000; */
  }

  100% {
    background-image: none;
    background-color: #92ff8d;
    /* cor verde final preenchida */
  }
}





.card-1 {
  top: 2.3%;
  left: 32%;
}

.linha-1 {
  top: 11.00%;
  left: 54%;
  height: 9%;
}


.card-2 {
  top: 19.62%;
  left: 32.33%;
}

.linha-2 {
  top: 26.15%;
  left: 54%;
  height: 9%;
}

.card-3 {
  top: 35.23%;
  left: 32.33%;
}

.linha-3 {
  top: 44%;
  left: 54%;
  height: 9%;
}

.card-4 {
  top: 53.46%;
  left: 32.33%;
}

.linha-4 {
  top: 64.7%;
  left: 54%;
  height: 11.5%;
}

.card-5 {
  top: 76.38%;
  left: 34.33%;
}

@media (max-width: 1440px) {

  /*ok */
  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 54%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 54%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 54%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 54%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (min-width:1281px) and (max-width: 1366px) {
  #fluxograma {
    position: relative;
    width: 80%;
    height: 570px;
  }

  /*ok */
  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 59%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 59%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 59%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 59%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 1280px) {
  #fluxograma {
    position: relative;
    width: 80%;
    height: 560px;
  }

  /*ok */
  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 59%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 59%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 59%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 59%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 1094px) {
  /*ok */

  /*ok */
  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 62%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 62%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 62%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 62%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 768px) {
  /*ok */

  #fluxograma {
    width: 350px;
    height: 520px;
    left: -20%;
  }

  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 67%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 67%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 67%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 67%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 430px) {
  /*ok */

  #fluxograma {
    width: 500px;
    height: 616px;
    left: -17% !important;
  }

  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 57%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 57%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 57%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 57%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 390px) {
  /*ok */

  #fluxograma {
    width: 500px;
    height: 586px;
    left: -29% !important;
  }

  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 57%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 57%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 57%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 57%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}

@media (max-width: 360px) {

  #fluxograma {
    width: 500px;
    height: 586px;
    left: -38% !important;
  }

  .card-1 {
    top: 2.3%;
    left: 32%;
  }

  .linha-1 {
    top: 11.00%;
    left: 57%;
    height: 9%;
  }


  .card-2 {
    top: 19.62%;
    left: 32.33%;
  }

  .linha-2 {
    top: 26.15%;
    left: 57%;
    height: 9%;
  }

  .card-3 {
    top: 35.23%;
    left: 32.33%;
  }

  .linha-3 {
    top: 44%;
    left: 57%;
    height: 9%;
  }

  .card-4 {
    top: 53.46%;
    left: 32.33%;
  }

  .linha-4 {
    top: 64.7%;
    left: 57%;
    height: 11.5%;
  }

  .card-5 {
    top: 76.38%;
    left: 34.33%;
  }
}



/* =========================
   CONTEXTO E Z-INDEX
   ========================= */
#processFlow {
  position: relative;
  isolation: isolate;
}

/* a etapa 3 fica acima do conteúdo seguinte para a linha passar por cima */
.cbox-2.process-step.has-link-4 {
  position: relative;
  z-index: 10;
}

.cbox-2.process-step.has-link-4 .ico-wrap {
  position: relative;
}

/* container da ligação 3→4 */
.link-3-4 {
  position: absolute;
  bottom: 176px;
  right: 540px;
  pointer-events: none;
  z-index: 11;
}

/* =========================
   SEGMENTOS DA LINHA (reta)
   ========================= */
.link-3-4 .seg {
  position: absolute;
  background-color: #e4e4e4;
  border-radius: 2px;
}

.link-3-4 .seg-line {
  height: 2px;
}

/* horizontais */
.link-3-4 .seg-col {
  width: 2px;
}

/* verticais  */

/* 1) descida inicial a partir do "3" */
.link-3-4 .vert-a {
  left: -23px;
  top: 85px;
  width: 2px;
  height: 65px;
}

/* 2) cotovelo curvo para a esquerda (fácil de mover/abrir) */
.link-3-4 .elbow {
  position: absolute;
  width: 35px;
  height: 33px;
  left: -347px;
  top: 192px;
  border: 2px solid #e4e4e4;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 31px;
  background: transparent;
  box-sizing: border-box;
}



.link-3-4 .horiz-c {
  left: -320px;
  top: 192px;
  width: 258px;
  height: 2px;
}

/* =========================
   "4" IGUAL AOS OUTROS PASSOS
   (mesmo estilo e hover)
   ========================= */
.link-3-4 .ico-wrap-step4 {
  position: absolute;
  left: -48px;
  /* ↔ ajuste a posição do "4" */
  top: 166px;
  /* ↕ ajuste a posição do "4" */
  z-index: 9999;
  /* acima da linha e do conteúdo */
  margin: 0;
  pointer-events: auto;
  /* permite hover/click somente no "4" */
}

/* “tracinho” abaixo do círculo (versão curta adaptada para o flutuante) */
.link-3-4 .ico-wrap-step4 .cbox-2-line {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background-color: #e4e4e4;
  border-radius: 2px;
}

/* HOVER idêntico ao dos outros (sem depender do .cbox-2:hover) */
.link-3-4 .ico-wrap-step4:hover .cbox-2-ico {
  background-color: transparent;
  transform: scale(1.1);
  transition: all 450ms ease-in-out;
}

.link-3-4 .ico-wrap-step4:hover .cbox-2-ico.bg--theme {
  color: #000;
  border-color: #000;
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 1336px) {
  .link-3-4 {
    bottom: 140px;
    right: 587px;
  }

  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 23px;
    top: 40px;
    height: 69px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 35px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (max-width: 1280px) {
  .link-3-4 {
    bottom: 140px;
    right: 587px;
  }

  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 23px;
    top: 40px;
    height: 69px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 35px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (max-width: 1200px) {
  .link-3-4 {
    bottom: 165px;
    right: 587px;
  }

  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 0px;
    height: 110px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 55px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (min-width:1175px) and (max-width: 1185px) {
  .link-3-4 {
    bottom: 165px;
    right: 576px;
  }

  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 0px;
    height: 110px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 55px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (max-width: 1174px) {
  .link-3-4 {
    bottom: 165px;
    right: 568px;
  }
}

@media (max-width: 1157px) {
  .link-3-4 {
    bottom: 165px;
    right: 561px;
  }

  .link-3-4 .vert-a {
    left: 18px;
    top: 20px;
    height: 90px;
  }
}

@media (max-width: 1135px) {
  .link-3-4 {
    bottom: 165px;
    right: 552px;
  }

  .link-3-4 .vert-a {
    left: 18px;
    top: 32px;
    height: 77px;
  }
}

@media (max-width: 1125px) {
  .link-3-4 {
    bottom: 165px;
    right: 540px;
  }

  .link-3-4 .vert-a {
    left: 18px;
    top: 36px;
    height: 72px;
  }
}

@media (max-width: 1100px) {
  .link-3-4 {
    bottom: 165px;
    right: 533px;
  }

  .link-3-4 .vert-a {
    left: 18px;
    top: 49px;
    height: 61px;
  }
}

@media (max-width: 1085px) {
  .link-3-4 {
    bottom: 165px;
    right: 524px;
  }
}

@media (max-width: 1065px) {
  .link-3-4 {
    bottom: 165px;
    right: 520px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 49px;
    height: 61px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 55px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (max-width: 1058px) {
  .link-3-4 {
    bottom: 165px;
    right: 510px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 49px;
    height: 61px;
  }
}

@media (max-width: 1047px) {
  .link-3-4 {
    bottom: 165px;
    right: 505px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 54px;
    height: 55px;
  }
}

@media (max-width: 1024px) {
  .link-3-4 {
    bottom: 165px;
    right: 494px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 65px;
    height: 45px;
  }
}

/* TABLET / MOBILE (<= 991.98px) */
@media (max-width: 1000px) {
  .link-3-4 {
    bottom: 165px;
    right: 480px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    left: 18px;
    top: 65px;
    height: 45px;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 55px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

@media (max-width: 991.98px) {
  .link-3-4 {
    bottom: 165px;
    right: 480px;
  }

  /* segmentos (escala aproximada para telas médias) */
  /* segmentos (escala aproximada para telas médias) */
  .link-3-4 .vert-a {
    display: none;
  }

  .link-3-4 .elbow {
    width: 100px;
    height: 40px;
    left: -334px;
    top: 150px;
    border-top-left-radius: 24px;
  }

  .link-3-4 .vert-b {
    left: -332px;
    top: 215px;
    height: 40px;
  }

  .link-3-4 .horiz-c {
    left: -245px;
    top: 150px;
    width: 233px;
  }

  /* “4” flutuante */
  .link-3-4 .ico-wrap-step4 {
    left: -1px;
    top: 128px;
  }
}

/* CELULAR PEQUENO (<= 575.98px) */
@media (max-width: 768px) {
  .link-3-4 {
    display: none;
  }

  .link-3-4 .vert-a {
    left: -22px;
    top: 30px;
    height: 72px;
  }

  .link-3-4 .elbow {
    width: 32px;
    height: 28px;
    left: -252px;
    top: 120px;
    border-top-left-radius: 18px;
  }

  .link-3-4 .vert-b {
    left: -250px;
    top: 181px;
    height: 51px;
  }

  .link-3-4 .horiz-c {
    left: -225px;
    top: 120px;
    width: 181px;
  }

  .link-3-4 .ico-wrap-step4 {
    left: -34px;
    top: 110px;
  }
}