body {
  font-family: 'Syne', sans-serif !important;
}

#connector-modal .modal-body h3 {
  font-family: Syne;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  color: #0e262e;
}

#connector-modal .modal-body li {
  font-family: Syne;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #8b959a;
}

#connector-modal .modal-body .btn-primary {
  border-radius: 15px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #ffffff;
}
#connector-modal .custom-table {
  width: 100%; /* A tabela ocupará 100% do modal */
  table-layout: fixed; /* Colunas com larguras fixas e iguais */
}

#connector-modal .custom-table th,
#connector-modal .custom-table td {
  width: 50%; /* Cada coluna ocupa 50% da largura da tabela */
  padding: 20px;
  text-align: center;
  vertical-align: middle; /* Centraliza verticalmente */
}

#connector-modal .custom-table th {
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #2d3748;
  background-color: #ff9d01;
}

/* Adiciona uma linha vertical entre as colunas */
#connector-modal .custom-table th:not(:last-child),
#connector-modal .custom-table td:not(:last-child) {
  border-right: 2px solid #ff9d01; /* Cor da linha vertical */
}

#connector-modal .custom-table td {
  font-family: Syne;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #8b959a;
}

/* Ajusta a cor da cabeça */
#connector-modal .custom-table thead th {
  font-weight: bold;
  color: #2f3a48;
  background-color: #ff9d01;
}

#cnm-connector-1 h2 {
  font-family: Syne;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  color: #0e262e;
}

#cnm-connector-1 h2 span {
  font-family: Syne;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  color: #ff9d01;
}
#cnm-connector-1 p {
  font-family: Syne;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #8b959a;
}

.especifico {
  text-align: start !important;
  font-size: 30px !important;
  color: black !important;
  margin-left: 5px;
}

.especifico2 {
  color: black !important;
  font-weight: 600;
}

.connector-2 {
  background: #ff9d01;
}

.connector-2 .label-connector {
  font-family: Syne;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: white;
  padding-bottom: 5px;
}

.connector-2 .titulo-2 {
  margin-left: 10px;
  color: white;
}

.titulo-4, header h1 {
  font-family: 'Syne',;
}

#enviar-email-cadastro-connector {
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  border-radius: 15px;
  padding: 6px 40px 6px 40px;
  color: #ff9d01;
  background-color: white !important;
}

#enviar-email-cadastro-connector:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.custom-table th {
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #2d3748;
  padding: 20px;
}

.custom-table td {
  font-family: Syne;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #8b959a;
  padding: 20px;
}

.custom-table thead th {
  font-weight: bold;
  color: #2f3a48;
  background-color: #ff9d01;
}

.custom-table {
  background-color: #ff9d01;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.step-container {
  display: flex;
  text-align: start;
  margin-bottom: 60px;
  flex-direction: column;
}

.step-number {
  background-color: #ff9d01; /* Verde */
  color: white;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-family: Syne;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.step-text {
  font-family: Syne;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #8b959a;
  padding-top: 10px;
  text-align: center;
}

.label-check-connector {
  font-family: Syne;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: white;
}

.btn-connector {
  background-color: #ff9d01;
  color: white;
  padding: 10px;
  border-radius: 20px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50%;
  font-family: 'Syne', sans-serif;
}

.btn-connector:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

/* Timeline exclusiva CNM */
.timeline-cnm {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 160px;
    margin-top: 50px;
    margin-left: 300px;
}

.container__timelinee {
  margin-left: 50px !important;
}

/* Linha vertical centralizada no ícone */
.timeline-cnm::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 43px; /* alinha ao meio dos ícones de 90px */
    width: 6px;
    background-color: #3a434d;
    z-index: 0;
}

/* Cada etapa da timeline: ícone à esquerda, texto à direita */
.timeline-step {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Círculo laranja */
.timeline-icon {
    background-color: #ff9d01;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    z-index: 3;
    overflow: hidden;
    border: 2px solid #3a434d;
}

/* Ícone SVG preenche todo o círculo */
.timeline-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.timeline-icon {
    background-color: #ff9d01;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid #333;
}

.timeline-icon img,
.timeline-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 0;
    margin: 0;
}


/* Texto ao lado direito */
.timeline-content {
    margin-left: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    width: 200px;
}

.timeline-content h4 {
    margin: 0;
    font-size: 25px;
    color: #3a434d;
    font-weight: 600;
    font-family: 'Syne', sans-serif !important;
}

.timeline-content span {
    font-size: 20px;
    color: #ff9d01;
    font-weight: 500;
        font-family: 'Syne', sans-serif !important;
}

.texto-timeline {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* Responsividade */
@media (max-width: 767px) {
    .especifico2,
    #cnm-connector-1 p {
      text-align: center !important;
    }

    .especifico {
      font-size: 25px !important;
    }

    .especifico2 {
      font-size: 35px;
      margin-top: 10px;
    }

    #enviar-email-cadastro-connector {
      font-size: 15px;
    }

    .timeline-cnm {
        align-items: center;
        gap: 40px;
        margin-left: 60px !important;
        margin: 0 auto;
    }

    .timeline-cnm::before {
        left: 35px;
    }

    .timeline-step {
        flex-direction: row;
        align-items: center;
    }

    .timeline-icon {
        width: 70px;
        height: 70px;
    }

    .timeline-content {
        margin-left: 16px;
    }

    .timeline-content h4 {
        font-size: 30px;
        width: 100%;
    }

    .timeline-content span {
        font-size: 20px;
    }

    .container__timelinee {
      margin-left: 0px !important;
    }
}

