card2


.limite-linhas2{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limite-linhas4{
  display: -webkit-box;
  -webkit-line-clamp: 4; /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limite-linhas5{
  display: -webkit-box;
  -webkit-line-clamp: 5; /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/********** Missao visao **********/
/* TOPO (2 CARDS) */
.top-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.card3 {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
}

.card3 h3 {
    color: #0f032c;
    font-size: 36px;
    margin-bottom: 10px;
}

.card3 .icon {
    font-size: 40px;
    margin: 10px 0;
}

.card3 p {
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}

/* BLOCO PROCESSO */
.process-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
}
 
.process-box h3 {
    color: #0f032c;
    margin-bottom: 10px;
     font-size: 36px;
}

.process-box .icon {
    font-size: 35px;
    margin-bottom: 10px;
}

.process-box p {
    font-size: 22px;
    margin-bottom: 25px;
}

/* PASSOS */
.step2s {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.step2 {
    text-align: center;
}

.circle {
    width: 45px;
    height: 45px;
    background: #0f032c;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.step2 h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.step2 p {
    font-size: 12px;
    color: #444;
}

/* ÚLTIMA LINHA (2 ELEMENTOS CENTRALIZADOS) */
.step2s-bottom {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

/* RESPONSIVO */
@media(max-width: 768px){
    .top-cards {
        grid-template-columns: 1fr;
    }

    .step2s {
        grid-template-columns: 1fr;
    }

    .step2s-bottom {
        flex-direction: column;
        gap: 20px;
    }
}
 
/********** fim Missao visao **********/



/********** Slider testemunho **********/
.slider-container {  
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card2 {
  min-width: calc(100% / 3);
  padding: 20px;
  box-sizing: border-box;
}

.testimonial {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  height: 100%;
}

.testimonial p {
  font-size: 14px;
  color: #555;
}

.user {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.modal-content img {
  width: 100%;
  height: auto;        /* mantém proporção */
  max-height: 80vh;    /* nunca passa do ecrã */
  object-fit: contain; /* não distorce */
  display: block;
  margin: 0 auto;
}

.user img {
  
}

.user h4 {
  margin: 0;
  font-size: 16px;
}

.user span {
  font-size: 12px;
  color: gray;
}

/* BOTÕES */
.nav-btn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
}

.prev2 { left: 10px; }
.next2 { right: 10px; }

/* PAGINAÇÃO */
.pagination2 {
  text-align: center;
  margin-top: 20px;
}

.dot {
  height: 10px;
  width: 10px;
  background: #ccc;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #000;
}

/* RESPONSIVO */
@media(max-width: 900px){
  .card2 { min-width: calc(100% / 2); }
}

@media(max-width: 600px){
  .card2 { min-width: 100%; }
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}


/********** fim Slider testemunho **********/

.container_alt {
    max-width: 1140px;
}


/********** fim Porque nos escolher **********/


/* IMAGEM (MAIOR) */

* {
    margin: 0;
    padding: 0;
}


/* CONTAINER PRINCIPAL */

.container_escolhe {
    padding: 50px 0 50px 0;
    display: flex;
    align-items: center;
}

.image2 {
    width: 60%;
    height: 420px;
    /* maior que o texto */
    overflow: hidden;
}

.image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* BLOCO AZUL (MENOR) */

.content_escolhe {
    width: 40%;
    background: #0d3b8e;
    color: #fff;
    padding: 50px 40px;
    height: 320px;
    /* menor que a imagem */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -60px;
    /* sobreposição tipo da imagem */
    position: relative;
    z-index: 2;
}

.content_escolhe h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.content_escolhe p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}


/* BOTÃO */

.btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0d3b8e;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}

.btn2:hover {
    background: #e6e6e6;
}


/* RESPONSIVO */

@media(max-width:768px) {
    .container_escolhe {
        flex-direction: column;
    }
    .image2 {
        width: 100%;
        height: 300px;
    }
    .content_escolhe {
        width: 100%;
        margin-left: 0;
        margin-top: -40px;
        /* mantém efeito sobreposto */
        height: auto;
    }
}


/********** fim Porque nos escolher **********/


/********** Processo de trabalho **********/

.container_mas {
    padding: 50px 0 50px 0;
    background-color: #dbdbdb;
}

.subtitle {
    color: #045998;
    font-style: italic;
    font-size: 18px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}

.description {
    color: #555;
    margin-bottom: 40px;
}

.content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}


/* Lista */

.steps {
    flex: 1;
}

.step {
    display: flex;
    margin-bottom: 30px;
}

.number {
    min-width: 60px;
    height: 60px;
    background-color: #045998;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
}

.step h3 {
    margin: 0;
    font-size: 20px;
}

.step p {
    margin: 5px 0 0;
    color: #444;
    font-size: 14px;
}


/* Imagem */

.image {
    flex: 1;
}

.image img {
    width: 100%;
    border-radius: 8px;
}


/* Responsivo */

@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }
}


/********** fim Processo de trabalho **********/


/********** botao whatsapp **********/

.whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 10 14px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: pulse 1.5s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    /* ícone branco */
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


/********** Fim do botao whatsapp **********/




/*** -------------- TRATAMENTO DO ARQUIVO PDF -------------- ***/

 
h2 {
  margin-bottom: 15px;
}

/* TOPO */
.topbar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

input, select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

/* GRID 3 COLUNAS */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .grid { grid-template-columns: 1fr; }
}

/* CARD */
.card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: .3s;
}

.card:hover {
  transform: translateY(-6px);
}

.title {
  padding: 12px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.cat {
  font-size: 11px;
  padding: 0 12px 10px;
  color: #666;
}

.card iframe {
  width: 100%;
  height: 160px;
  border: none;
  pointer-events: none;
}

/* MODAL */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.box {
  width: 95%;
  height: 95%;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* HEADER */
.headerxl  {
  background: #111;
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
   
  z-index: 9999; /* 🔥 fica acima de tudo */
}

.actions {
  display: flex;
  gap: 10px;
}

button {
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
}

.open {
  background: #2563eb;
  color: #fff;
}

.elimina {
  background: #dc2626;
  color: #fff;
}

.close {
  background: #374151;
  color: #fff;
}


/* VIEWER */
.viewer {
  flex: 1;
  overflow: hidden;
}

.viewer iframe {
  width: 100%;
  height: 100%;
  border: none;
}
 

/*** -------------- FIM  TRATAMENTO DO ARQUIVO PDF -------------- ***/